| 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.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 © 2015. All rights reserved.