| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<TagServerCertificateResult> |
AbstractAmazonIdentityManagementAsync.tagServerCertificateAsync(TagServerCertificateRequest request,
AsyncHandler<TagServerCertificateRequest,TagServerCertificateResult> asyncHandler) |
Future<TagServerCertificateResult> |
AmazonIdentityManagementAsync.tagServerCertificateAsync(TagServerCertificateRequest tagServerCertificateRequest,
AsyncHandler<TagServerCertificateRequest,TagServerCertificateResult> asyncHandler)
Adds one or more tags to an IAM server certificate.
|
Future<TagServerCertificateResult> |
AmazonIdentityManagementAsyncClient.tagServerCertificateAsync(TagServerCertificateRequest request,
AsyncHandler<TagServerCertificateRequest,TagServerCertificateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TagServerCertificateRequest |
TagServerCertificateRequest.clone() |
TagServerCertificateRequest |
TagServerCertificateRequest.withServerCertificateName(String serverCertificateName)
The name of the IAM server certificate to which you want to add tags.
|
TagServerCertificateRequest |
TagServerCertificateRequest.withTags(Collection<Tag> tags)
The list of tags that you want to attach to the IAM server certificate.
|
TagServerCertificateRequest |
TagServerCertificateRequest.withTags(Tag... tags)
The list of tags that you want to attach to the IAM server certificate.
|
Copyright © 2024. All rights reserved.