Uses of Class
com.amazonaws.services.storagegateway.model.ListTagsForResourceResult
Packages that use ListTagsForResourceResult
Package
Description
-
Uses of ListTagsForResourceResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return ListTagsForResourceResultModifier and TypeMethodDescriptionAbstractAWSStorageGateway.listTagsForResource()
AbstractAWSStorageGateway.listTagsForResource
(ListTagsForResourceRequest request) AWSStorageGateway.listTagsForResource()
Simplified method form for invoking the ListTagsForResource operation.AWSStorageGateway.listTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) Lists the tags that have been added to the specified resource.AWSStorageGatewayClient.listTagsForResource()
AWSStorageGatewayClient.listTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) Lists the tags that have been added to the specified resource.Methods in com.amazonaws.services.storagegateway that return types with arguments of type ListTagsForResourceResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.listTagsForResourceAsync()
Simplified method form for invoking the ListTagsForResource operation.AbstractAWSStorageGatewayAsync.listTagsForResourceAsync
(AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Simplified method form for invoking the ListTagsForResource operation with an AsyncHandler.AbstractAWSStorageGatewayAsync.listTagsForResourceAsync
(ListTagsForResourceRequest request) AbstractAWSStorageGatewayAsync.listTagsForResourceAsync
(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) AWSStorageGatewayAsync.listTagsForResourceAsync()
Simplified method form for invoking the ListTagsForResource operation.AWSStorageGatewayAsync.listTagsForResourceAsync
(AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Simplified method form for invoking the ListTagsForResource operation with an AsyncHandler.AWSStorageGatewayAsync.listTagsForResourceAsync
(ListTagsForResourceRequest listTagsForResourceRequest) Lists the tags that have been added to the specified resource.AWSStorageGatewayAsync.listTagsForResourceAsync
(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Lists the tags that have been added to the specified resource.AWSStorageGatewayAsyncClient.listTagsForResourceAsync()
Simplified method form for invoking the ListTagsForResource operation.AWSStorageGatewayAsyncClient.listTagsForResourceAsync
(AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Simplified method form for invoking the ListTagsForResource operation with an AsyncHandler.AWSStorageGatewayAsyncClient.listTagsForResourceAsync
(ListTagsForResourceRequest request) AWSStorageGatewayAsyncClient.listTagsForResourceAsync
(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type ListTagsForResourceResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.listTagsForResourceAsync
(AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Simplified method form for invoking the ListTagsForResource operation with an AsyncHandler.AbstractAWSStorageGatewayAsync.listTagsForResourceAsync
(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) AWSStorageGatewayAsync.listTagsForResourceAsync
(AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Simplified method form for invoking the ListTagsForResource operation with an AsyncHandler.AWSStorageGatewayAsync.listTagsForResourceAsync
(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Lists the tags that have been added to the specified resource.AWSStorageGatewayAsyncClient.listTagsForResourceAsync
(AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Simplified method form for invoking the ListTagsForResource operation with an AsyncHandler.AWSStorageGatewayAsyncClient.listTagsForResourceAsync
(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) -
Uses of ListTagsForResourceResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return ListTagsForResourceResultModifier and TypeMethodDescriptionListTagsForResourceResult.clone()
ListTagsForResourceResult.withMarker
(String marker) An opaque string that indicates the position at which to stop returning the list of tags.ListTagsForResourceResult.withResourceARN
(String resourceARN) he Amazon Resource Name (ARN) of the resource for which you want to list tags.An array that contains the tags for the specified resource.ListTagsForResourceResult.withTags
(Collection<Tag> tags) An array that contains the tags for the specified resource.