Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListTagsForResourceRequest.Builder
Packages that use ListTagsForResourceRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) List all the tags for the resource you specify.default ListTagsForResourceResponseBedrockAgentClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) List all the tags for the resource you specify. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionListTagsForResourceRequest.builder()ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListTagsForResourceRequest.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource for which to list tags.ListTagsForResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest.serializableBuilderClass()