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(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.
|
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 |
---|---|
ListServerCertificatesRequest |
ListServerCertificatesRequest.withMarker(String marker)
Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
ListServerCertificatesRequest |
ListServerCertificatesRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of server certificates you want in the response.
|
ListServerCertificatesRequest |
ListServerCertificatesRequest.withPathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
Copyright © 2014. All rights reserved.