Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
ListServerCertificatesResult |
AmazonIdentityManagementClient.listServerCertificates()
Lists the server certificates that have the specified path prefix.
|
ListServerCertificatesResult |
AmazonIdentityManagement.listServerCertificates()
Lists the server certificates that have the specified path prefix.
|
ListServerCertificatesResult |
AmazonIdentityManagementClient.listServerCertificates(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates that have the specified path prefix.
|
ListServerCertificatesResult |
AmazonIdentityManagement.listServerCertificates(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsync.listServerCertificatesAsync(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates that have the specified path prefix.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsyncClient.listServerCertificatesAsync(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates that have the specified path prefix.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsync.listServerCertificatesAsync(ListServerCertificatesRequest listServerCertificatesRequest,
AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler)
Lists the server certificates that have the specified path prefix.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsyncClient.listServerCertificatesAsync(ListServerCertificatesRequest listServerCertificatesRequest,
AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler)
Lists the server certificates that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsync.listServerCertificatesAsync(ListServerCertificatesRequest listServerCertificatesRequest,
AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler)
Lists the server certificates that have the specified path prefix.
|
Future<ListServerCertificatesResult> |
AmazonIdentityManagementAsyncClient.listServerCertificatesAsync(ListServerCertificatesRequest listServerCertificatesRequest,
AsyncHandler<ListServerCertificatesRequest,ListServerCertificatesResult> asyncHandler)
Lists the server certificates that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
ListServerCertificatesResult |
ListServerCertificatesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more server certificates to
list.
|
ListServerCertificatesResult |
ListServerCertificatesResult.withMarker(String marker)
If
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 © 2014. All rights reserved.