| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.addVariablesEntry(String key,
String value)
Add a single Variables entry
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.clearVariablesEntries()
Removes all the entries added into Variables.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.clone() |
AwsApiGatewayStageDetails |
ResourceDetails.getAwsApiGatewayStage()
Provides information about a version 1 Amazon API Gateway stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withAccessLogSettings(AwsApiGatewayAccessLogSettings accessLogSettings)
Settings for logging access for the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withCacheClusterEnabled(Boolean cacheClusterEnabled)
Indicates whether a cache cluster is enabled for the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withCacheClusterSize(String cacheClusterSize)
If a cache cluster is enabled, the size of the cache cluster.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withCacheClusterStatus(String cacheClusterStatus)
If a cache cluster is enabled, the status of the cache cluster.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withCanarySettings(AwsApiGatewayCanarySettings canarySettings)
Information about settings for canary deployment in the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withClientCertificateId(String clientCertificateId)
The identifier of the client certificate for the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withCreatedDate(String createdDate)
Indicates when the stage was created.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withDeploymentId(String deploymentId)
The identifier of the deployment that the stage points to.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withDescription(String description)
A description of the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withDocumentationVersion(String documentationVersion)
The version of the API documentation that is associated with the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withLastUpdatedDate(String lastUpdatedDate)
Indicates when the stage was most recently updated.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withMethodSettings(AwsApiGatewayMethodSettings... methodSettings)
Defines the method settings for the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withMethodSettings(Collection<AwsApiGatewayMethodSettings> methodSettings)
Defines the method settings for the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withStageName(String stageName)
The name of the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withTracingEnabled(Boolean tracingEnabled)
Indicates whether active tracing with X-Ray is enabled for the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withVariables(Map<String,String> variables)
A map that defines the stage variables for the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withWebAclArn(String webAclArn)
The ARN of the web ACL associated with the stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsApiGatewayStage(AwsApiGatewayStageDetails awsApiGatewayStage)
Provides information about a version 1 Amazon API Gateway stage.
|
ResourceDetails |
ResourceDetails.withAwsApiGatewayStage(AwsApiGatewayStageDetails awsApiGatewayStage)
Provides information about a version 1 Amazon API Gateway stage.
|
Copyright © 2024. All rights reserved.