| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default GetBasePathMappingResponse |
ApiGatewayClient.getBasePathMapping(Consumer<GetBasePathMappingRequest.Builder> getBasePathMappingRequest)
Describe a BasePathMapping resource.
|
default CompletableFuture<GetBasePathMappingResponse> |
ApiGatewayAsyncClient.getBasePathMapping(Consumer<GetBasePathMappingRequest.Builder> getBasePathMappingRequest)
Describe a BasePathMapping resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetBasePathMappingRequest.Builder |
GetBasePathMappingRequest.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.Builder |
GetBasePathMappingRequest.builder() |
GetBasePathMappingRequest.Builder |
GetBasePathMappingRequest.Builder.domainName(String domainName)
The domain name of the BasePathMapping resource to be described.
|
GetBasePathMappingRequest.Builder |
GetBasePathMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBasePathMappingRequest.Builder |
GetBasePathMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBasePathMappingRequest.Builder |
GetBasePathMappingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBasePathMappingRequest.Builder> |
GetBasePathMappingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.