Uses of Class
com.amazonaws.services.apigateway.model.Stage
Packages that use Stage
-
Uses of Stage in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return StageModifier and TypeMethodDescriptionStage.addMethodSettingsEntry
(String key, MethodSetting value) Stage.addVariablesEntry
(String key, String value) Stage.clearMethodSettingsEntries()
Removes all the entries added into MethodSettings.Stage.clearVariablesEntries()
Removes all the entries added into Variables.Stage.clone()
Stage.withCacheClusterEnabled
(Boolean cacheClusterEnabled) Specifies whether a cache cluster is enabled for the stage.Stage.withCacheClusterSize
(String cacheClusterSize) The size of the cache cluster for the stage, if enabled.Stage.withCacheClusterStatus
(CacheClusterStatus cacheClusterStatus) The status of the cache cluster for the stage, if enabled.Stage.withCacheClusterStatus
(String cacheClusterStatus) The status of the cache cluster for the stage, if enabled.Stage.withClientCertificateId
(String clientCertificateId) Stage.withCreatedDate
(Date createdDate) The date and time that the stage was created, in ISO 8601 format.Stage.withDeploymentId
(String deploymentId) The identifier of the Deployment that the stage points to.Stage.withDescription
(String description) The stage's description.Stage.withLastUpdatedDate
(Date lastUpdatedDate) The date and time that information about the stage was last updated, in ISO 8601 format.Stage.withMethodSettings
(Map<String, MethodSetting> methodSettings) A map that defines the method settings for a Stage resource.Stage.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.Stage.withVariables
(Map<String, String> variables) A map that defines the stage variables for a Stage resource.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type StageMethods in com.amazonaws.services.apigateway.model with parameters of type StageMethod parameters in com.amazonaws.services.apigateway.model with type arguments of type StageModifier and TypeMethodDescriptionvoid
GetStagesResult.setItem
(Collection<Stage> item) An individual Stage resource.GetStagesResult.withItem
(Collection<Stage> item) An individual Stage resource.