Uses of Class
software.amazon.awssdk.services.iotsitewise.model.GatewaySummary
-
Packages that use GatewaySummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of GatewaySummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type GatewaySummary Modifier and Type Method Description List<GatewaySummary>ListGatewaysResponse. gatewaySummaries()A list that summarizes each gateway.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type GatewaySummary Modifier and Type Method Description ListGatewaysResponse.BuilderListGatewaysResponse.Builder. gatewaySummaries(GatewaySummary... gatewaySummaries)A list that summarizes each gateway.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type GatewaySummary Modifier and Type Method Description ListGatewaysResponse.BuilderListGatewaysResponse.Builder. gatewaySummaries(Collection<GatewaySummary> gatewaySummaries)A list that summarizes each gateway. -
Uses of GatewaySummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type GatewaySummary Modifier and Type Method Description SdkIterable<GatewaySummary>ListGatewaysIterable. gatewaySummaries()Returns an iterable to iterate through the paginatedListGatewaysResponse.gatewaySummaries()member.SdkPublisher<GatewaySummary>ListGatewaysPublisher. gatewaySummaries()Returns a publisher that can be used to get a stream of data.
-