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