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