| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateBasePathMappingResponse |
ApiGatewayClient.createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest)
Creates a new BasePathMapping resource.
|
default CompletableFuture<CreateBasePathMappingResponse> |
ApiGatewayAsyncClient.createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest)
Creates a new BasePathMapping resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBasePathMappingRequest.Builder |
CreateBasePathMappingRequest.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 CreateBasePathMappingRequest.Builder |
CreateBasePathMappingRequest.builder() |
CreateBasePathMappingRequest.Builder |
CreateBasePathMappingRequest.Builder.domainName(String domainName)
The domain name of the BasePathMapping resource to create.
|
CreateBasePathMappingRequest.Builder |
CreateBasePathMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBasePathMappingRequest.Builder |
CreateBasePathMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBasePathMappingRequest.Builder |
CreateBasePathMappingRequest.Builder.restApiId(String restApiId)
The string identifier of the associated RestApi.
|
CreateBasePathMappingRequest.Builder |
CreateBasePathMappingRequest.Builder.stage(String stage)
The name of the API's stage that you want to use for this mapping.
|
CreateBasePathMappingRequest.Builder |
CreateBasePathMappingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBasePathMappingRequest.Builder> |
CreateBasePathMappingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.