Uses of Class
com.amazonaws.services.apigateway.model.GetStageResult
Packages that use GetStageResult
-
Uses of GetStageResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetStageResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getStage
(GetStageRequest request) AmazonApiGateway.getStage
(GetStageRequest getStageRequest) Gets information about a Stage resource.AmazonApiGatewayClient.getStage
(GetStageRequest getStageRequest) Gets information about a Stage resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetStageResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getStageAsync
(GetStageRequest request) AbstractAmazonApiGatewayAsync.getStageAsync
(GetStageRequest request, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) AmazonApiGatewayAsync.getStageAsync
(GetStageRequest getStageRequest) Gets information about a Stage resource.AmazonApiGatewayAsync.getStageAsync
(GetStageRequest getStageRequest, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) Gets information about a Stage resource.AmazonApiGatewayAsyncClient.getStageAsync
(GetStageRequest request) AmazonApiGatewayAsyncClient.getStageAsync
(GetStageRequest request, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetStageResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getStageAsync
(GetStageRequest request, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) AmazonApiGatewayAsync.getStageAsync
(GetStageRequest getStageRequest, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) Gets information about a Stage resource.AmazonApiGatewayAsyncClient.getStageAsync
(GetStageRequest request, AsyncHandler<GetStageRequest, GetStageResult> asyncHandler) -
Uses of GetStageResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetStageResultModifier and TypeMethodDescriptionGetStageResult.addMethodSettingsEntry
(String key, MethodSetting value) GetStageResult.addVariablesEntry
(String key, String value) GetStageResult.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.GetStageResult.clearVariablesEntries()
Removes all the entries added into Variables.GetStageResult.clone()
GetStageResult.withCacheClusterEnabled
(Boolean cacheClusterEnabled) Specifies whether a cache cluster is enabled for the stage.GetStageResult.withCacheClusterSize
(String cacheClusterSize) The size of the cache cluster for the stage, if enabled.GetStageResult.withCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.GetStageResult.withCacheClusterStatus
(String cacheClusterStatus) The status of the cache cluster for the stage, if enabled.GetStageResult.withClientCertificateId
(String clientCertificateId) GetStageResult.withCreatedDate
(Date createdDate) The date and time that the stage was created, in ISO 8601 format.GetStageResult.withDeploymentId
(String deploymentId) The identifier of the Deployment that the stage points to.GetStageResult.withDescription
(String description) The stage's description.GetStageResult.withLastUpdatedDate
(Date lastUpdatedDate) The date and time that information about the stage was last updated, in ISO 8601 format.GetStageResult.withMethodSettings
(Map<String, MethodSetting> methodSettings) A map that defines the method settings for a Stage resource.GetStageResult.withStageName
(String stageName) The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.GetStageResult.withVariables
(Map<String, String> variables) A map that defines the stage variables for a Stage resource.