Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest.Builder
Packages that use GetBasePathMappingsRequest.Builder
Package
Description
-
Uses of GetBasePathMappingsRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetBasePathMappingsRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest) Represents a collection of BasePathMapping resources.default GetBasePathMappingsResponseApiGatewayClient.getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest) Represents a collection of BasePathMapping resources.default GetBasePathMappingsPublisherApiGatewayAsyncClient.getBasePathMappingsPaginator(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest) This is a variant ofApiGatewayAsyncClient.getBasePathMappings(software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest)operation.default GetBasePathMappingsIterableApiGatewayClient.getBasePathMappingsPaginator(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest) This is a variant ofApiGatewayClient.getBasePathMappings(software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest)operation. -
Uses of GetBasePathMappingsRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetBasePathMappingsRequest.BuilderModifier and TypeMethodDescriptionGetBasePathMappingsRequest.builder()GetBasePathMappingsRequest.Builder.domainName(String domainName) The domain name of a BasePathMapping resource.GetBasePathMappingsRequest.Builder.domainNameId(String domainNameId) The identifier for the domain name resource.The maximum number of returned results per page.GetBasePathMappingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetBasePathMappingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The current pagination position in the paged result set.GetBasePathMappingsRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetBasePathMappingsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetBasePathMappingsRequest.Builder>GetBasePathMappingsRequest.serializableBuilderClass()