Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest.Builder
Packages that use DeleteBasePathMappingRequest.Builder
Package
Description
-
Uses of DeleteBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.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.BuilderModifier and TypeMethodDescriptionThe base path name of the BasePathMapping resource to delete.DeleteBasePathMappingRequest.builder()DeleteBasePathMappingRequest.Builder.domainName(String domainName) The domain name of the BasePathMapping resource to delete.DeleteBasePathMappingRequest.Builder.domainNameId(String domainNameId) The identifier for the domain name resource.DeleteBasePathMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteBasePathMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteBasePathMappingRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteBasePathMappingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteBasePathMappingRequest.Builder>DeleteBasePathMappingRequest.serializableBuilderClass()