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