| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBasePathMappingResponse |
ApiGatewayClient.updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest)
Changes information about the BasePathMapping resource.
|
default CompletableFuture<UpdateBasePathMappingResponse> |
ApiGatewayAsyncClient.updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest)
Changes information about the BasePathMapping resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.basePath(String basePath)
The base path of the BasePathMapping resource to change.
|
static UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.builder() |
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.domainName(String domainName)
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)
For more information about supported patch operations, see Patch Operations.
|
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.Builder.patchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateBasePathMappingRequest.Builder |
UpdateBasePathMappingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBasePathMappingRequest.Builder> |
UpdateBasePathMappingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.