| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListServerCertificateTagsResult> |
AmazonIdentityManagementAsyncClient.listServerCertificateTagsAsync(ListServerCertificateTagsRequest request,
AsyncHandler<ListServerCertificateTagsRequest,ListServerCertificateTagsResult> asyncHandler) |
Future<ListServerCertificateTagsResult> |
AbstractAmazonIdentityManagementAsync.listServerCertificateTagsAsync(ListServerCertificateTagsRequest request,
AsyncHandler<ListServerCertificateTagsRequest,ListServerCertificateTagsResult> asyncHandler) |
Future<ListServerCertificateTagsResult> |
AmazonIdentityManagementAsync.listServerCertificateTagsAsync(ListServerCertificateTagsRequest listServerCertificateTagsRequest,
AsyncHandler<ListServerCertificateTagsRequest,ListServerCertificateTagsResult> asyncHandler)
Lists the tags that are attached to the specified IAM server certificate.
|
| Modifier and Type | Method and Description |
|---|---|
ListServerCertificateTagsRequest |
ListServerCertificateTagsRequest.clone() |
ListServerCertificateTagsRequest |
ListServerCertificateTagsRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated.
|
ListServerCertificateTagsRequest |
ListServerCertificateTagsRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListServerCertificateTagsRequest |
ListServerCertificateTagsRequest.withServerCertificateName(String serverCertificateName)
The name of the IAM server certificate whose tags you want to see.
|
Copyright © 2024. All rights reserved.