| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager |
|
| com.amazonaws.services.certificatemanager.model | |
| com.amazonaws.services.certificatemanager.model.transform |
| Modifier and Type | Method and Description |
|---|---|
Future<RemoveTagsFromCertificateResult> |
AWSCertificateManagerAsync.removeTagsFromCertificateAsync(RemoveTagsFromCertificateRequest removeTagsFromCertificateRequest,
AsyncHandler<RemoveTagsFromCertificateRequest,RemoveTagsFromCertificateResult> asyncHandler)
Remove one or more tags from an ACM Certificate.
|
Future<RemoveTagsFromCertificateResult> |
AbstractAWSCertificateManagerAsync.removeTagsFromCertificateAsync(RemoveTagsFromCertificateRequest request,
AsyncHandler<RemoveTagsFromCertificateRequest,RemoveTagsFromCertificateResult> asyncHandler) |
Future<RemoveTagsFromCertificateResult> |
AWSCertificateManagerAsyncClient.removeTagsFromCertificateAsync(RemoveTagsFromCertificateRequest request,
AsyncHandler<RemoveTagsFromCertificateRequest,RemoveTagsFromCertificateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.clone() |
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.withCertificateArn(String certificateArn)
String that contains the ARN of the ACM Certificate with one or more tags that you want to remove.
|
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.withTags(Collection<Tag> tags)
The key-value pair that defines the tag to remove.
|
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.withTags(Tag... tags)
The key-value pair that defines the tag to remove.
|
| Modifier and Type | Method and Description |
|---|---|
Request<RemoveTagsFromCertificateRequest> |
RemoveTagsFromCertificateRequestProtocolMarshaller.marshall(RemoveTagsFromCertificateRequest removeTagsFromCertificateRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<RemoveTagsFromCertificateRequest> |
RemoveTagsFromCertificateRequestProtocolMarshaller.marshall(RemoveTagsFromCertificateRequest removeTagsFromCertificateRequest) |
void |
RemoveTagsFromCertificateRequestMarshaller.marshall(RemoveTagsFromCertificateRequest removeTagsFromCertificateRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.