| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBasePathMappingResponse |
ApiGatewayClient.deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.
|
default DeleteBasePathMappingResponse |
ApiGatewayClient.deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteBasePathMappingResponse> |
ApiGatewayAsyncClient.deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.
|
default CompletableFuture<DeleteBasePathMappingResponse> |
ApiGatewayAsyncClient.deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.
|
Copyright © 2023. All rights reserved.