Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.GetDeploymentsResponse.Builder
-
Packages that use GetDeploymentsResponse.Builder Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of GetDeploymentsResponse.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return GetDeploymentsResponse.Builder Modifier and Type Method Description static GetDeploymentsResponse.BuilderGetDeploymentsResponse. builder()GetDeploymentsResponse.BuilderGetDeploymentsResponse.Builder. items(Collection<Deployment> items)The elements from this collection.GetDeploymentsResponse.BuilderGetDeploymentsResponse.Builder. items(Consumer<Deployment.Builder>... items)The elements from this collection.GetDeploymentsResponse.BuilderGetDeploymentsResponse.Builder. items(Deployment... items)The elements from this collection.GetDeploymentsResponse.BuilderGetDeploymentsResponse.Builder. nextToken(String nextToken)The next page of elements from this collection.GetDeploymentsResponse.BuilderGetDeploymentsResponse. toBuilder()Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type GetDeploymentsResponse.Builder Modifier and Type Method Description static Class<? extends GetDeploymentsResponse.Builder>GetDeploymentsResponse. serializableBuilderClass()
-