| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateBasePathMappingResponse> |
ApiGatewayAsyncClient.updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest)
Changes information about the BasePathMapping resource.
|
default UpdateBasePathMappingResponse |
ApiGatewayClient.updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest)
Changes information about the BasePathMapping resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.basePath(String basePath)
[Required] The base path of the BasePathMapping resource to change.
|
static UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.builder() |
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.domainName(String domainName)
[Required] The domain name of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBasePathMappingRequest.Builder> |
UpdateBasePathMappingRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.