Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest.Builder
-
Packages that use GetBasePathMappingRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetBasePathMappingRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBasePathMappingResponse>ApiGatewayAsyncClient. 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.Builder Modifier and Type Method Description GetBasePathMappingRequest.BuilderGetBasePathMappingRequest.Builder. basePath(String basePath)The base path name that callers of the API must provide as part of the URL after the domain name.static GetBasePathMappingRequest.BuilderGetBasePathMappingRequest. builder()GetBasePathMappingRequest.BuilderGetBasePathMappingRequest.Builder. domainName(String domainName)The domain name of the BasePathMapping resource to be described.GetBasePathMappingRequest.BuilderGetBasePathMappingRequest.Builder. domainNameId(String domainNameId)The identifier for the domain name resource.GetBasePathMappingRequest.BuilderGetBasePathMappingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBasePathMappingRequest.BuilderGetBasePathMappingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBasePathMappingRequest.BuilderGetBasePathMappingRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetBasePathMappingRequest.Builder Modifier and Type Method Description static Class<? extends GetBasePathMappingRequest.Builder>GetBasePathMappingRequest. serializableBuilderClass()
-