Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.rolesanywhere Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseRolesAnywhereClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags attached to the resource.default ListTagsForResourceResponseRolesAnywhereClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags attached to the resource.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>RolesAnywhereAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags attached to the resource.default CompletableFuture<ListTagsForResourceResponse>RolesAnywhereAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags attached to the resource.
-