Uses of Class
software.amazon.awssdk.services.mediaconnect.model.ListGatewayInstancesResponse
-
Packages that use ListGatewayInstancesResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnectsoftware.amazon.awssdk.services.mediaconnect.paginators -
-
Uses of ListGatewayInstancesResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return ListGatewayInstancesResponse Modifier and Type Method Description default ListGatewayInstancesResponseMediaConnectClient. listGatewayInstances(Consumer<ListGatewayInstancesRequest.Builder> listGatewayInstancesRequest)Displays a list of instances associated with the AWS account.default ListGatewayInstancesResponseMediaConnectClient. listGatewayInstances(ListGatewayInstancesRequest listGatewayInstancesRequest)Displays a list of instances associated with the AWS account.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type ListGatewayInstancesResponse Modifier and Type Method Description default CompletableFuture<ListGatewayInstancesResponse>MediaConnectAsyncClient. listGatewayInstances(Consumer<ListGatewayInstancesRequest.Builder> listGatewayInstancesRequest)Displays a list of instances associated with the AWS account.default CompletableFuture<ListGatewayInstancesResponse>MediaConnectAsyncClient. listGatewayInstances(ListGatewayInstancesRequest listGatewayInstancesRequest)Displays a list of instances associated with the AWS account. -
Uses of ListGatewayInstancesResponse in software.amazon.awssdk.services.mediaconnect.paginators
Methods in software.amazon.awssdk.services.mediaconnect.paginators that return types with arguments of type ListGatewayInstancesResponse Modifier and Type Method Description Iterator<ListGatewayInstancesResponse>ListGatewayInstancesIterable. iterator()Method parameters in software.amazon.awssdk.services.mediaconnect.paginators with type arguments of type ListGatewayInstancesResponse Modifier and Type Method Description voidListGatewayInstancesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGatewayInstancesResponse> subscriber)
-