Uses of Class
software.amazon.awssdk.services.apigateway.model.ApiStage
-
Packages that use ApiStage Package Description software.amazon.awssdk.services.apigateway.model -
-
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 ApiStage Modifier and Type Method Description List<ApiStage>CreateUsagePlanRequest. apiStages()The associated API stages of the usage plan.List<ApiStage>CreateUsagePlanResponse. apiStages()The associated API stages of a usage plan.List<ApiStage>GetUsagePlanResponse. apiStages()The associated API stages of a usage plan.List<ApiStage>UpdateUsagePlanResponse. apiStages()The associated API stages of a usage plan.List<ApiStage>UsagePlan. apiStages()The associated API stages of a usage plan.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type ApiStage Modifier and Type Method Description CreateUsagePlanRequest.BuilderCreateUsagePlanRequest.Builder. apiStages(ApiStage... apiStages)The associated API stages of the usage plan.CreateUsagePlanResponse.BuilderCreateUsagePlanResponse.Builder. apiStages(ApiStage... apiStages)The associated API stages of a usage plan.GetUsagePlanResponse.BuilderGetUsagePlanResponse.Builder. apiStages(ApiStage... apiStages)The associated API stages of a usage plan.UpdateUsagePlanResponse.BuilderUpdateUsagePlanResponse.Builder. apiStages(ApiStage... apiStages)The associated API stages of a usage plan.UsagePlan.BuilderUsagePlan.Builder. apiStages(ApiStage... apiStages)The associated API stages of a usage plan.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type ApiStage Modifier and Type Method Description CreateUsagePlanRequest.BuilderCreateUsagePlanRequest.Builder. apiStages(Collection<ApiStage> apiStages)The associated API stages of the usage plan.CreateUsagePlanResponse.BuilderCreateUsagePlanResponse.Builder. apiStages(Collection<ApiStage> apiStages)The associated API stages of a usage plan.GetUsagePlanResponse.BuilderGetUsagePlanResponse.Builder. apiStages(Collection<ApiStage> apiStages)The associated API stages of a usage plan.UpdateUsagePlanResponse.BuilderUpdateUsagePlanResponse.Builder. apiStages(Collection<ApiStage> apiStages)The associated API stages of a usage plan.UsagePlan.BuilderUsagePlan.Builder. apiStages(Collection<ApiStage> apiStages)The associated API stages of a usage plan.
-