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