Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
AmazonApiGatewayClient.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a Deployment resource, which makes a specified
RestApi callable over the internet.
|
CreateDeploymentResult |
AmazonApiGateway.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a Deployment resource, which makes a specified
RestApi callable over the internet.
|
CreateDeploymentResult |
AbstractAmazonApiGateway.createDeployment(CreateDeploymentRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateDeploymentResult> |
AmazonApiGatewayAsyncClient.createDeploymentAsync(CreateDeploymentRequest request) |
java.util.concurrent.Future<CreateDeploymentResult> |
AmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest)
Creates a Deployment resource, which makes a specified
RestApi callable over the internet.
|
java.util.concurrent.Future<CreateDeploymentResult> |
AbstractAmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest request) |
java.util.concurrent.Future<CreateDeploymentResult> |
AmazonApiGatewayAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
java.util.concurrent.Future<CreateDeploymentResult> |
AmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates a Deployment resource, which makes a specified
RestApi callable over the internet.
|
java.util.concurrent.Future<CreateDeploymentResult> |
AbstractAmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateDeploymentResult> |
AmazonApiGatewayAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
java.util.concurrent.Future<CreateDeploymentResult> |
AmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates a Deployment resource, which makes a specified
RestApi callable over the internet.
|
java.util.concurrent.Future<CreateDeploymentResult> |
AbstractAmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
CreateDeploymentResult.addApiSummaryEntry(java.lang.String key,
java.util.Map<java.lang.String,MethodSnapshot> value) |
CreateDeploymentResult |
CreateDeploymentResult.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.
|
CreateDeploymentResult |
CreateDeploymentResult.clone() |
CreateDeploymentResult |
CreateDeploymentResult.withApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
CreateDeploymentResult |
CreateDeploymentResult.withCreatedDate(java.util.Date createdDate)
The date and time that the deployment resource was created.
|
CreateDeploymentResult |
CreateDeploymentResult.withDescription(java.lang.String description)
The description for the deployment resource.
|
CreateDeploymentResult |
CreateDeploymentResult.withId(java.lang.String id)
The identifier for the deployment resource.
|
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
CreateDeploymentResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |