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<CreateBasePathMappingResult> |
AmazonApiGatewayAsyncClient.createBasePathMappingAsync(CreateBasePathMappingRequest request,
AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler) |
java.util.concurrent.Future<CreateBasePathMappingResult> |
AmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest createBasePathMappingRequest,
AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler)
Creates a new BasePathMapping resource.
|
java.util.concurrent.Future<CreateBasePathMappingResult> |
AbstractAmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest request,
AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateBasePathMappingRequest |
CreateBasePathMappingRequest.clone() |
CreateBasePathMappingRequest |
CreateBasePathMappingRequest.withBasePath(java.lang.String basePath)
The base path name that callers of the API must provide as part of the
URL after the domain name.
|
CreateBasePathMappingRequest |
CreateBasePathMappingRequest.withDomainName(java.lang.String domainName)
The domain name of the BasePathMapping resource to create.
|
CreateBasePathMappingRequest |
CreateBasePathMappingRequest.withRestApiId(java.lang.String restApiId)
The name of the API that you want to apply this mapping to.
|
CreateBasePathMappingRequest |
CreateBasePathMappingRequest.withStage(java.lang.String stage)
The name of the API's stage that you want to use for this mapping.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateBasePathMappingRequest> |
CreateBasePathMappingRequestMarshaller.marshall(CreateBasePathMappingRequest createBasePathMappingRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateBasePathMappingRequest> |
CreateBasePathMappingRequestMarshaller.marshall(CreateBasePathMappingRequest createBasePathMappingRequest) |