| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListServerCertificateTagsResult |
AbstractAmazonIdentityManagement.listServerCertificateTags(ListServerCertificateTagsRequest request) |
ListServerCertificateTagsResult |
AmazonIdentityManagement.listServerCertificateTags(ListServerCertificateTagsRequest listServerCertificateTagsRequest)
Lists the tags that are attached to the specified IAM server certificate.
|
ListServerCertificateTagsResult |
AmazonIdentityManagementClient.listServerCertificateTags(ListServerCertificateTagsRequest request)
Lists the tags that are attached to the specified IAM server certificate.
|
| 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 |
|---|---|
ListServerCertificateTagsResult |
ListServerCertificateTagsResult.clone() |
ListServerCertificateTagsResult |
ListServerCertificateTagsResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListServerCertificateTagsResult |
ListServerCertificateTagsResult.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. |
ListServerCertificateTagsResult |
ListServerCertificateTagsResult.withTags(Collection<Tag> tags)
The list of tags that are currently attached to the IAM server certificate.
|
ListServerCertificateTagsResult |
ListServerCertificateTagsResult.withTags(Tag... tags)
The list of tags that are currently attached to the IAM server certificate.
|
Copyright © 2024. All rights reserved.