| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteBasePathMappingResponse |
ApiGatewayClient.deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.
|
default CompletableFuture<DeleteBasePathMappingResponse> |
ApiGatewayAsyncClient.deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteBasePathMappingRequest.Builder |
DeleteBasePathMappingRequest.Builder.basePath(String basePath)
The base path name of the BasePathMapping resource to delete.
|
static DeleteBasePathMappingRequest.Builder |
DeleteBasePathMappingRequest.builder() |
DeleteBasePathMappingRequest.Builder |
DeleteBasePathMappingRequest.Builder.domainName(String domainName)
The domain name of the BasePathMapping resource to delete.
|
DeleteBasePathMappingRequest.Builder |
DeleteBasePathMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBasePathMappingRequest.Builder |
DeleteBasePathMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteBasePathMappingRequest.Builder |
DeleteBasePathMappingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteBasePathMappingRequest.Builder> |
DeleteBasePathMappingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.