| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagServerCertificateResult> |
AmazonIdentityManagementAsyncClient.untagServerCertificateAsync(UntagServerCertificateRequest request,
AsyncHandler<UntagServerCertificateRequest,UntagServerCertificateResult> asyncHandler) |
Future<UntagServerCertificateResult> |
AbstractAmazonIdentityManagementAsync.untagServerCertificateAsync(UntagServerCertificateRequest request,
AsyncHandler<UntagServerCertificateRequest,UntagServerCertificateResult> asyncHandler) |
Future<UntagServerCertificateResult> |
AmazonIdentityManagementAsync.untagServerCertificateAsync(UntagServerCertificateRequest untagServerCertificateRequest,
AsyncHandler<UntagServerCertificateRequest,UntagServerCertificateResult> asyncHandler)
Removes the specified tags from the IAM server certificate.
|
| Modifier and Type | Method and Description |
|---|---|
UntagServerCertificateRequest |
UntagServerCertificateRequest.clone() |
UntagServerCertificateRequest |
UntagServerCertificateRequest.withServerCertificateName(String serverCertificateName)
The name of the IAM server certificate from which you want to remove tags.
|
UntagServerCertificateRequest |
UntagServerCertificateRequest.withTagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagServerCertificateRequest |
UntagServerCertificateRequest.withTagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
Copyright © 2021. All rights reserved.