Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.GatewayGroupSummary
-
Packages that use GatewayGroupSummary Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of GatewayGroupSummary in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type GatewayGroupSummary Modifier and Type Method Description List<GatewayGroupSummary>ListGatewayGroupsResponse. gatewayGroups()The gateway groups in the list.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type GatewayGroupSummary Modifier and Type Method Description ListGatewayGroupsResponse.BuilderListGatewayGroupsResponse.Builder. gatewayGroups(GatewayGroupSummary... gatewayGroups)The gateway groups in the list.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type GatewayGroupSummary Modifier and Type Method Description ListGatewayGroupsResponse.BuilderListGatewayGroupsResponse.Builder. gatewayGroups(Collection<GatewayGroupSummary> gatewayGroups)The gateway groups in the list.
-