Uses of Class
software.amazon.awssdk.services.apigateway.model.ApiStage
Packages that use ApiStage
-
Uses of ApiStage in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type ApiStageModifier and TypeMethodDescriptionCreateUsagePlanRequest.apiStages()The associated API stages of the usage plan.CreateUsagePlanResponse.apiStages()The associated API stages of a usage plan.GetUsagePlanResponse.apiStages()The associated API stages of a usage plan.UpdateUsagePlanResponse.apiStages()The associated API stages of a usage plan.UsagePlan.apiStages()The associated API stages of a usage plan.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type ApiStageModifier and TypeMethodDescriptionThe associated API stages of the usage plan.The associated API stages of a usage plan.The associated API stages of a usage plan.The associated API stages of a usage plan.The associated API stages of a usage plan.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type ApiStageModifier and TypeMethodDescriptionCreateUsagePlanRequest.Builder.apiStages(Collection<ApiStage> apiStages) The associated API stages of the usage plan.CreateUsagePlanResponse.Builder.apiStages(Collection<ApiStage> apiStages) The associated API stages of a usage plan.GetUsagePlanResponse.Builder.apiStages(Collection<ApiStage> apiStages) The associated API stages of a usage plan.UpdateUsagePlanResponse.Builder.apiStages(Collection<ApiStage> apiStages) The associated API stages of a usage plan.UsagePlan.Builder.apiStages(Collection<ApiStage> apiStages) The associated API stages of a usage plan.