Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest.Builder
Packages that use GetBasePathMappingRequest.Builder
Package
Description
-
Uses of GetBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.getBasePathMapping(Consumer<GetBasePathMappingRequest.Builder> getBasePathMappingRequest) Describe a BasePathMapping resource.default GetBasePathMappingResponseApiGatewayClient.getBasePathMapping(Consumer<GetBasePathMappingRequest.Builder> getBasePathMappingRequest) Describe a BasePathMapping resource. -
Uses of GetBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionThe base path name that callers of the API must provide as part of the URL after the domain name.GetBasePathMappingRequest.builder()GetBasePathMappingRequest.Builder.domainName(String domainName) The domain name of the BasePathMapping resource to be described.GetBasePathMappingRequest.Builder.domainNameId(String domainNameId) The identifier for the domain name resource.GetBasePathMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetBasePathMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetBasePathMappingRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetBasePathMappingRequest.Builder>GetBasePathMappingRequest.serializableBuilderClass()