Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ListServerCertificatesResult |
AmazonIdentityManagementClient.listServerCertificates() |
ListServerCertificatesResult |
AbstractAmazonIdentityManagement.listServerCertificates() |
ListServerCertificatesResult |
AmazonIdentityManagement.listServerCertificates()
Simplified method form for invoking the ListServerCertificates operation.
|
ListServerCertificatesResult |
AmazonIdentityManagementClient.listServerCertificates(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates stored in IAM that have the specified path
prefix.
|
ListServerCertificatesResult |
AbstractAmazonIdentityManagement.listServerCertificates(ListServerCertificatesRequest request) |
ListServerCertificatesResult |
AmazonIdentityManagement.listServerCertificates(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates stored in IAM that have the specified path
prefix.
|
Modifier and Type | Method and Description |
---|---|
Future<ListServerCertificatesResult> |
AbstractAmazonIdentityManagementAsync.listServerCertificatesAsync()
Simplified method form for invoking the ListServerCertificates operation.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsync.listServerCertificatesAsync()
Simplified method form for invoking the ListServerCertificates operation.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsyncClient.listServerCertificatesAsync()
Simplified method form for invoking the ListServerCertificates operation.
|
Future<ListServerCertificatesResult> |
AbstractAmazonIdentityManagementAsync.listServerCertificatesAsync(AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler)
Simplified method form for invoking the ListServerCertificates operation
with an AsyncHandler.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsync.listServerCertificatesAsync(AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler)
Simplified method form for invoking the ListServerCertificates operation
with an AsyncHandler.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsyncClient.listServerCertificatesAsync(AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler)
Simplified method form for invoking the ListServerCertificates operation
with an AsyncHandler.
|
Future<ListServerCertificatesResult> |
AbstractAmazonIdentityManagementAsync.listServerCertificatesAsync(ListServerCertificatesRequest request) |
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsync.listServerCertificatesAsync(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates stored in IAM that have the specified path
prefix.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsyncClient.listServerCertificatesAsync(ListServerCertificatesRequest request) |
Future<ListServerCertificatesResult> |
AbstractAmazonIdentityManagementAsync.listServerCertificatesAsync(ListServerCertificatesRequest request,
AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler) |
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsync.listServerCertificatesAsync(ListServerCertificatesRequest listServerCertificatesRequest,
AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler)
Lists the server certificates stored in IAM that have the specified path
prefix.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsyncClient.listServerCertificatesAsync(ListServerCertificatesRequest request,
AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListServerCertificatesResult |
ListServerCertificatesResult.clone() |
ListServerCertificatesResult |
ListServerCertificatesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListServerCertificatesResult |
ListServerCertificatesResult.withMarker(String marker)
When
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
ListServerCertificatesResult |
ListServerCertificatesResult.withServerCertificateMetadataList(Collection<ServerCertificateMetadata> serverCertificateMetadataList)
A list of server certificates.
|
ListServerCertificatesResult |
ListServerCertificatesResult.withServerCertificateMetadataList(ServerCertificateMetadata... serverCertificateMetadataList)
A list of server certificates.
|
Copyright © 2018. All rights reserved.