Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateBasePathMappingResult> |
AmazonApiGatewayAsyncClient.updateBasePathMappingAsync(UpdateBasePathMappingRequest request,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler) |
java.util.concurrent.Future<UpdateBasePathMappingResult> |
AmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler)
Changes information about the BasePathMapping resource.
|
java.util.concurrent.Future<UpdateBasePathMappingResult> |
AbstractAmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest request,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.clone() |
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withBasePath(java.lang.String basePath)
The base path of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withDomainName(java.lang.String domainName)
The domain name of the BasePathMapping resource to change.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withPatchOperations(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateBasePathMappingRequest> |
UpdateBasePathMappingRequestMarshaller.marshall(UpdateBasePathMappingRequest updateBasePathMappingRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateBasePathMappingRequest> |
UpdateBasePathMappingRequestMarshaller.marshall(UpdateBasePathMappingRequest updateBasePathMappingRequest) |