Uses of Class
software.amazon.awssdk.services.mediaconnect.model.ListedGatewayInstance
-
Packages that use ListedGatewayInstance Package Description software.amazon.awssdk.services.mediaconnect.model software.amazon.awssdk.services.mediaconnect.paginators -
-
Uses of ListedGatewayInstance in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type ListedGatewayInstance Modifier and Type Method Description List<ListedGatewayInstance>ListGatewayInstancesResponse. instances()A list of instance summaries.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type ListedGatewayInstance Modifier and Type Method Description ListGatewayInstancesResponse.BuilderListGatewayInstancesResponse.Builder. instances(ListedGatewayInstance... instances)A list of instance summaries.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type ListedGatewayInstance Modifier and Type Method Description ListGatewayInstancesResponse.BuilderListGatewayInstancesResponse.Builder. instances(Collection<ListedGatewayInstance> instances)A list of instance summaries. -
Uses of ListedGatewayInstance in software.amazon.awssdk.services.mediaconnect.paginators
Methods in software.amazon.awssdk.services.mediaconnect.paginators that return types with arguments of type ListedGatewayInstance Modifier and Type Method Description SdkIterable<ListedGatewayInstance>ListGatewayInstancesIterable. instances()Returns an iterable to iterate through the paginatedListGatewayInstancesResponse.instances()member.SdkPublisher<ListedGatewayInstance>ListGatewayInstancesPublisher. instances()Returns a publisher that can be used to get a stream of data.
-