Package | Description |
---|---|
com.amazonaws.services.certificatemanager | |
com.amazonaws.services.certificatemanager.model |
Modifier and Type | Method and Description |
---|---|
Future<AddTagsToCertificateResult> |
AbstractAWSCertificateManagerAsync.addTagsToCertificateAsync(AddTagsToCertificateRequest request,
AsyncHandler<AddTagsToCertificateRequest,AddTagsToCertificateResult> asyncHandler) |
Future<AddTagsToCertificateResult> |
AWSCertificateManagerAsyncClient.addTagsToCertificateAsync(AddTagsToCertificateRequest request,
AsyncHandler<AddTagsToCertificateRequest,AddTagsToCertificateResult> asyncHandler) |
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(String certificateArn)
String that contains the ARN of the ACM Certificate to which the tag is
to be applied.
|
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.withTags(Collection<Tag> tags)
The key-value pair that defines the tag.
|
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.withTags(Tag... tags)
The key-value pair that defines the tag.
|
Copyright © 2018. All rights reserved.