Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<RemoveTagsFromResourceResult> |
AWSStorageGatewayAsyncClient.removeTagsFromResourceAsync(AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
Simplified method form for invoking the RemoveTagsFromResource operation
with an AsyncHandler.
|
java.util.concurrent.Future<RemoveTagsFromResourceResult> |
AbstractAWSStorageGatewayAsync.removeTagsFromResourceAsync(AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
Simplified method form for invoking the RemoveTagsFromResource operation
with an AsyncHandler.
|
java.util.concurrent.Future<RemoveTagsFromResourceResult> |
AWSStorageGatewayAsync.removeTagsFromResourceAsync(AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
Simplified method form for invoking the RemoveTagsFromResource operation
with an AsyncHandler.
|
java.util.concurrent.Future<RemoveTagsFromResourceResult> |
AWSStorageGatewayAsyncClient.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler) |
java.util.concurrent.Future<RemoveTagsFromResourceResult> |
AbstractAWSStorageGatewayAsync.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest request,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler) |
java.util.concurrent.Future<RemoveTagsFromResourceResult> |
AWSStorageGatewayAsync.removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
Removes one or more tags from the specified resource.
|
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.clone() |
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withResourceARN(java.lang.String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to remove the
tags from.
|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The keys of the tags you want to remove from the specified resource.
|
RemoveTagsFromResourceRequest |
RemoveTagsFromResourceRequest.withTagKeys(java.lang.String... tagKeys)
The keys of the tags you want to remove from the specified resource.
|
Modifier and Type | Method and Description |
---|---|
Request<RemoveTagsFromResourceRequest> |
RemoveTagsFromResourceRequestMarshaller.marshall(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) |
Modifier and Type | Method and Description |
---|---|
Request<RemoveTagsFromResourceRequest> |
RemoveTagsFromResourceRequestMarshaller.marshall(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) |