| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.addStageVariablesEntry(String key,
String value)
Add a single StageVariables entry
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.clearStageVariablesEntries()
Removes all the entries added into StageVariables.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.clone() |
AwsApiGatewayV2StageDetails |
ResourceDetails.getAwsApiGatewayV2Stage()
Provides information about a version 2 stage for Amazon API Gateway.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withAccessLogSettings(AwsApiGatewayAccessLogSettings accessLogSettings)
Information about settings for logging access for the stage.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withApiGatewayManaged(Boolean apiGatewayManaged)
Indicates whether the stage is managed by API Gateway.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withAutoDeploy(Boolean autoDeploy)
Indicates whether updates to an API automatically trigger a new deployment.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withCreatedDate(String createdDate)
Indicates when the stage was created.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withDefaultRouteSettings(AwsApiGatewayV2RouteSettings defaultRouteSettings)
Default route settings for the stage.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withDeploymentId(String deploymentId)
The identifier of the deployment that the stage is associated with.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withDescription(String description)
The description of the stage.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withLastDeploymentStatusMessage(String lastDeploymentStatusMessage)
The status of the last deployment of a stage.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withLastUpdatedDate(String lastUpdatedDate)
Indicates when the stage was most recently updated.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withRouteSettings(AwsApiGatewayV2RouteSettings routeSettings)
The route settings for the stage.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withStageName(String stageName)
The name of the stage.
|
AwsApiGatewayV2StageDetails |
AwsApiGatewayV2StageDetails.withStageVariables(Map<String,String> stageVariables)
A map that defines the stage variables for the stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsApiGatewayV2Stage(AwsApiGatewayV2StageDetails awsApiGatewayV2Stage)
Provides information about a version 2 stage for Amazon API Gateway.
|
ResourceDetails |
ResourceDetails.withAwsApiGatewayV2Stage(AwsApiGatewayV2StageDetails awsApiGatewayV2Stage)
Provides information about a version 2 stage for Amazon API Gateway.
|
Copyright © 2021. All rights reserved.