| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain |
|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResult |
AbstractAmazonManagedBlockchain.untagResource(UntagResourceRequest request) |
UntagResourceResult |
AmazonManagedBlockchain.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
UntagResourceResult |
AmazonManagedBlockchainClient.untagResource(UntagResourceRequest request)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
Future<UntagResourceResult> |
AmazonManagedBlockchainAsyncClient.untagResourceAsync(UntagResourceRequest request) |
Future<UntagResourceResult> |
AmazonManagedBlockchainAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
Future<UntagResourceResult> |
AbstractAmazonManagedBlockchainAsync.untagResourceAsync(UntagResourceRequest request) |
Future<UntagResourceResult> |
AmazonManagedBlockchainAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonManagedBlockchainAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
Future<UntagResourceResult> |
AbstractAmazonManagedBlockchainAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AmazonManagedBlockchainAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonManagedBlockchainAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes the specified tags from the Amazon Managed Blockchain resource.
|
Future<UntagResourceResult> |
AbstractAmazonManagedBlockchainAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The tag keys.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The tag keys.
|
Copyright © 2024. All rights reserved.