Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.GatewaySummary
-
Packages that use GatewaySummary Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of GatewaySummary in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type GatewaySummary Modifier and Type Method Description List<GatewaySummary>ListGatewaysResponse. gateways()The gateways in the list.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type GatewaySummary Modifier and Type Method Description ListGatewaysResponse.BuilderListGatewaysResponse.Builder. gateways(GatewaySummary... gateways)The gateways in the list.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type GatewaySummary Modifier and Type Method Description ListGatewaysResponse.BuilderListGatewaysResponse.Builder. gateways(Collection<GatewaySummary> gateways)The gateways in the list.
-