Uses of Class
com.amazonaws.services.storagegateway.model.ListTagsForResourceRequest
Packages that use ListTagsForResourceRequest
Package
Description
-
Uses of ListTagsForResourceRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type ListTagsForResourceRequestModifier and TypeMethodDescriptionAbstractAWSStorageGateway.listTagsForResource
(ListTagsForResourceRequest request) AWSStorageGateway.listTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) Lists the tags that have been added to the specified resource.AWSStorageGatewayClient.listTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) Lists the tags that have been added to the specified resource.AbstractAWSStorageGatewayAsync.listTagsForResourceAsync
(ListTagsForResourceRequest request) AbstractAWSStorageGatewayAsync.listTagsForResourceAsync
(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> 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
(ListTagsForResourceRequest request) AWSStorageGatewayAsyncClient.listTagsForResourceAsync
(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type ListTagsForResourceRequestModifier 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 ListTagsForResourceRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return ListTagsForResourceRequestModifier and TypeMethodDescriptionListTagsForResourceRequest.clone()
Specifies that the list of tags returned be limited to the specified number of items.ListTagsForResourceRequest.withMarker
(String marker) An opaque string that indicates the position at which to begin returning the list of tags.ListTagsForResourceRequest.withResourceARN
(String resourceARN) The Amazon Resource Name (ARN) of the resource for which you want to list tags.