Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest.Builder
Packages that use CreateBasePathMappingRequest.Builder
Package
Description
-
Uses of CreateBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest) Creates a new BasePathMapping resource.default CreateBasePathMappingResponseApiGatewayClient.createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest) Creates a new BasePathMapping resource. -
Uses of CreateBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionThe base path name that callers of the API must provide as part of the URL after the domain name.CreateBasePathMappingRequest.builder()CreateBasePathMappingRequest.Builder.domainName(String domainName) The domain name of the BasePathMapping resource to create.CreateBasePathMappingRequest.Builder.domainNameId(String domainNameId) The identifier for the domain name resource.CreateBasePathMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateBasePathMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The string identifier of the associated RestApi.The name of the API's stage that you want to use for this mapping.CreateBasePathMappingRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateBasePathMappingRequest.Builder>CreateBasePathMappingRequest.serializableBuilderClass()