Uses of Class
software.amazon.awssdk.services.nimble.model.ListStudiosRequest
-
Packages that use ListStudiosRequest Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference.software.amazon.awssdk.services.nimble.paginators software.amazon.awssdk.services.nimble.transform -
-
Uses of ListStudiosRequest in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble with parameters of type ListStudiosRequest Modifier and Type Method Description default CompletableFuture<ListStudiosResponse>NimbleAsyncClient. listStudios(ListStudiosRequest 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.default ListStudiosPublisherNimbleAsyncClient. listStudiosPaginator(ListStudiosRequest listStudiosRequest)List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region.default ListStudiosIterableNimbleClient. listStudiosPaginator(ListStudiosRequest listStudiosRequest)List studios in your Amazon Web Services accounts in the requested Amazon Web Services Region. -
Uses of ListStudiosRequest in software.amazon.awssdk.services.nimble.paginators
Constructors in software.amazon.awssdk.services.nimble.paginators with parameters of type ListStudiosRequest Constructor Description ListStudiosIterable(NimbleClient client, ListStudiosRequest firstRequest)ListStudiosPublisher(NimbleAsyncClient client, ListStudiosRequest firstRequest) -
Uses of ListStudiosRequest in software.amazon.awssdk.services.nimble.transform
Methods in software.amazon.awssdk.services.nimble.transform with parameters of type ListStudiosRequest Modifier and Type Method Description SdkHttpFullRequestListStudiosRequestMarshaller. marshall(ListStudiosRequest listStudiosRequest)
-