Uses of Class
software.amazon.awssdk.services.nimble.model.ListStudiosResponse
-
Packages that use ListStudiosResponse Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference.software.amazon.awssdk.services.nimble.paginators -
-
Uses of ListStudiosResponse in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble that return ListStudiosResponse Modifier and Type Method Description default ListStudiosResponseNimbleClient. listStudios(Consumer<ListStudiosRequest.Builder> listStudiosRequest)List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region.default ListStudiosResponseNimbleClient. listStudios(ListStudiosRequest listStudiosRequest)List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region.Methods in software.amazon.awssdk.services.nimble that return types with arguments of type ListStudiosResponse Modifier and Type Method Description default CompletableFuture<ListStudiosResponse>NimbleAsyncClient. listStudios(Consumer<ListStudiosRequest.Builder> listStudiosRequest)List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region.default CompletableFuture<ListStudiosResponse>NimbleAsyncClient. listStudios(ListStudiosRequest listStudiosRequest)List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region. -
Uses of ListStudiosResponse in software.amazon.awssdk.services.nimble.paginators
Methods in software.amazon.awssdk.services.nimble.paginators that return types with arguments of type ListStudiosResponse Modifier and Type Method Description Iterator<ListStudiosResponse>ListStudiosIterable. iterator()Method parameters in software.amazon.awssdk.services.nimble.paginators with type arguments of type ListStudiosResponse Modifier and Type Method Description voidListStudiosPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStudiosResponse> subscriber)
-