Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest.Builder
-
Packages that use DeleteBasePathMappingRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of DeleteBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteBasePathMappingRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteBasePathMappingResponse>ApiGatewayAsyncClient. deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest)Deletes the BasePathMapping resource.default DeleteBasePathMappingResponseApiGatewayClient. deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest)Deletes the BasePathMapping resource. -
Uses of DeleteBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DeleteBasePathMappingRequest.Builder Modifier and Type Method Description DeleteBasePathMappingRequest.BuilderDeleteBasePathMappingRequest.Builder. basePath(String basePath)The base path name of the BasePathMapping resource to delete.static DeleteBasePathMappingRequest.BuilderDeleteBasePathMappingRequest. builder()DeleteBasePathMappingRequest.BuilderDeleteBasePathMappingRequest.Builder. domainName(String domainName)The domain name of the BasePathMapping resource to delete.DeleteBasePathMappingRequest.BuilderDeleteBasePathMappingRequest.Builder. domainNameId(String domainNameId)The identifier for the domain name resource.DeleteBasePathMappingRequest.BuilderDeleteBasePathMappingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteBasePathMappingRequest.BuilderDeleteBasePathMappingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteBasePathMappingRequest.BuilderDeleteBasePathMappingRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteBasePathMappingRequest.Builder Modifier and Type Method Description static Class<? extends DeleteBasePathMappingRequest.Builder>DeleteBasePathMappingRequest. serializableBuilderClass()
-