Uses of Interface
software.amazon.awssdk.services.organizations.model.ListTagsForResourceRequest.Builder
-
Packages that use ListTagsForResourceRequest.Builder Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.software.amazon.awssdk.services.organizations.model -
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>OrganizationsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags that are attached to the specified resource.default ListTagsForResourceResponseOrganizationsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags that are attached to the specified resource.default ListTagsForResourcePublisherOrganizationsAsyncClient. listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags that are attached to the specified resource.default ListTagsForResourceIterableOrganizationsClient. listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags that are attached to the specified resource. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListTagsForResourceRequest.Builder Modifier and Type Method Description static ListTagsForResourceRequest.BuilderListTagsForResourceRequest. builder()ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceId(String resourceId)The ID of the resource with the tags to list.ListTagsForResourceRequest.BuilderListTagsForResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest. serializableBuilderClass()
-