Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateBasePathMappingResult> |
AbstractAmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest request,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler) |
Future<UpdateBasePathMappingResult> |
AmazonApiGatewayAsyncClient.updateBasePathMappingAsync(UpdateBasePathMappingRequest request,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler) |
Future<UpdateBasePathMappingResult> |
AmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler)
Changes information about the BasePathMapping resource.
|
Modifier and Type | Method and Description |
---|---|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.clone() |
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withBasePath(String basePath)
[Required] The base path of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withDomainName(String domainName)
[Required] The domain name of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
Copyright © 2020. All rights reserved.