Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest.Builder
-
Packages that use GetDeploymentsRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetDeploymentsRequest.Builder in software.amazon.awssdk.services.apigateway
-
Uses of GetDeploymentsRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetDeploymentsRequest.Builder Modifier and Type Method Description static GetDeploymentsRequest.BuilderGetDeploymentsRequest. builder()GetDeploymentsRequest.BuilderGetDeploymentsRequest.Builder. limit(Integer limit)The maximum number of returned results per page.GetDeploymentsRequest.BuilderGetDeploymentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentsRequest.BuilderGetDeploymentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentsRequest.BuilderGetDeploymentsRequest.Builder. position(String position)The current pagination position in the paged result set.GetDeploymentsRequest.BuilderGetDeploymentsRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetDeploymentsRequest.BuilderGetDeploymentsRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetDeploymentsRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentsRequest.Builder>GetDeploymentsRequest. serializableBuilderClass()
-