Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.ListGatewaysResponse.Builder
-
Packages that use ListGatewaysResponse.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of ListGatewaysResponse.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return ListGatewaysResponse.Builder Modifier and Type Method Description static ListGatewaysResponse.BuilderListGatewaysResponse. builder()ListGatewaysResponse.BuilderListGatewaysResponse.Builder. gateways(Collection<GatewaySummary> gateways)The gateways in the list.ListGatewaysResponse.BuilderListGatewaysResponse.Builder. gateways(Consumer<GatewaySummary.Builder>... gateways)The gateways in the list.ListGatewaysResponse.BuilderListGatewaysResponse.Builder. gateways(GatewaySummary... gateways)The gateways in the list.ListGatewaysResponse.BuilderListGatewaysResponse.Builder. nextToken(String nextToken)The token used to paginate though multiple pages of gateway summaries.ListGatewaysResponse.BuilderListGatewaysResponse. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type ListGatewaysResponse.Builder Modifier and Type Method Description static Class<? extends ListGatewaysResponse.Builder>ListGatewaysResponse. serializableBuilderClass()
-