Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AddTagsToCertificateResult> |
AbstractAWSCertificateManagerAsync.addTagsToCertificateAsync(AddTagsToCertificateRequest request,
AsyncHandler<AddTagsToCertificateRequest,AddTagsToCertificateResult> asyncHandler) |
java.util.concurrent.Future<AddTagsToCertificateResult> |
AWSCertificateManagerAsyncClient.addTagsToCertificateAsync(AddTagsToCertificateRequest request,
AsyncHandler<AddTagsToCertificateRequest,AddTagsToCertificateResult> asyncHandler) |
java.util.concurrent.Future<AddTagsToCertificateResult> |
AWSCertificateManagerAsync.addTagsToCertificateAsync(AddTagsToCertificateRequest addTagsToCertificateRequest,
AsyncHandler<AddTagsToCertificateRequest,AddTagsToCertificateResult> asyncHandler)
Adds one or more tags to an ACM Certificate.
|
Modifier and Type | Method and Description |
---|---|
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.clone() |
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.withCertificateArn(java.lang.String certificateArn)
String that contains the ARN of the ACM Certificate to which the tag is
to be applied.
|
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.withTags(java.util.Collection<Tag> tags)
The key-value pair that defines the tag.
|
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.withTags(Tag... tags)
The key-value pair that defines the tag.
|
Modifier and Type | Method and Description |
---|---|
Request<AddTagsToCertificateRequest> |
AddTagsToCertificateRequestMarshaller.marshall(AddTagsToCertificateRequest addTagsToCertificateRequest) |
Modifier and Type | Method and Description |
---|---|
Request<AddTagsToCertificateRequest> |
AddTagsToCertificateRequestMarshaller.marshall(AddTagsToCertificateRequest addTagsToCertificateRequest) |