Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetTagsRequest.Builder
Packages that use GetTagsRequest.Builder
Package
Description
-
Uses of GetTagsRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetTagsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetTagsResponse>ApiGatewayAsyncClient.getTags(Consumer<GetTagsRequest.Builder> getTagsRequest) Gets the Tags collection for a given resource.default GetTagsResponseApiGatewayClient.getTags(Consumer<GetTagsRequest.Builder> getTagsRequest) Gets the Tags collection for a given resource. -
Uses of GetTagsRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetTagsRequest.BuilderModifier and TypeMethodDescriptionstatic GetTagsRequest.BuilderGetTagsRequest.builder()(Not currently supported) The maximum number of returned results per page.GetTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) (Not currently supported) The current pagination position in the paged result set.GetTagsRequest.Builder.resourceArn(String resourceArn) The ARN of a resource that can be tagged.GetTagsRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetTagsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetTagsRequest.Builder>GetTagsRequest.serializableBuilderClass()