Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
AbstractAmazonApiGateway.createDeployment(CreateDeploymentRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateDeploymentResult> |
AmazonApiGatewayAsyncClient.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Future<CreateDeploymentResult> |
AmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest createDeploymentRequest,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler)
Creates a Deployment resource, which makes a specified
RestApi callable over the internet.
|
Future<CreateDeploymentResult> |
AbstractAmazonApiGatewayAsync.createDeploymentAsync(CreateDeploymentRequest request,
AsyncHandler<CreateDeploymentRequest,CreateDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
CreateDeploymentResult.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value) |
CreateDeploymentResult |
CreateDeploymentResult.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.
|
CreateDeploymentResult |
CreateDeploymentResult.clone() |
CreateDeploymentResult |
CreateDeploymentResult.withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
CreateDeploymentResult |
CreateDeploymentResult.withCreatedDate(Date createdDate)
The date and time that the deployment resource was created.
|
CreateDeploymentResult |
CreateDeploymentResult.withDescription(String description)
The description for the deployment resource.
|
CreateDeploymentResult |
CreateDeploymentResult.withId(String id)
The identifier for the deployment resource.
|
Copyright © 2018. All rights reserved.