Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateBasePathMappingResult> |
AmazonApiGatewayAsyncClient.updateBasePathMappingAsync(UpdateBasePathMappingRequest request,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler) |
Future<UpdateBasePathMappingResult> |
AbstractAmazonApiGatewayAsync.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)
The base path of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withDomainName(String domainName)
The domain name of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
Copyright © 2016. All rights reserved.