| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager |
|
| com.amazonaws.services.certificatemanager.model | |
| com.amazonaws.services.certificatemanager.model.transform |
| Modifier and Type | Method and Description |
|---|---|
Future<AddTagsToCertificateResult> |
AWSCertificateManagerAsync.addTagsToCertificateAsync(AddTagsToCertificateRequest addTagsToCertificateRequest,
AsyncHandler<AddTagsToCertificateRequest,AddTagsToCertificateResult> asyncHandler)
Adds one or more tags to an ACM Certificate.
|
Future<AddTagsToCertificateResult> |
AbstractAWSCertificateManagerAsync.addTagsToCertificateAsync(AddTagsToCertificateRequest request,
AsyncHandler<AddTagsToCertificateRequest,AddTagsToCertificateResult> asyncHandler) |
Future<AddTagsToCertificateResult> |
AWSCertificateManagerAsyncClient.addTagsToCertificateAsync(AddTagsToCertificateRequest request,
AsyncHandler<AddTagsToCertificateRequest,AddTagsToCertificateResult> asyncHandler) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Request<AddTagsToCertificateRequest> |
AddTagsToCertificateRequestProtocolMarshaller.marshall(AddTagsToCertificateRequest addTagsToCertificateRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<AddTagsToCertificateRequest> |
AddTagsToCertificateRequestProtocolMarshaller.marshall(AddTagsToCertificateRequest addTagsToCertificateRequest) |
void |
AddTagsToCertificateRequestMarshaller.marshall(AddTagsToCertificateRequest addTagsToCertificateRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.