| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble |
null
|
| software.amazon.awssdk.services.nimble.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStudiosResponse |
NimbleClient.listStudios(Consumer<ListStudiosRequest.Builder> listStudiosRequest)
List studios in your AWS account in the requested AWS Region.
|
default ListStudiosResponse |
NimbleClient.listStudios(ListStudiosRequest listStudiosRequest)
List studios in your AWS account in the requested AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStudiosResponse> |
NimbleAsyncClient.listStudios(Consumer<ListStudiosRequest.Builder> listStudiosRequest)
List studios in your AWS account in the requested AWS Region.
|
default CompletableFuture<ListStudiosResponse> |
NimbleAsyncClient.listStudios(ListStudiosRequest listStudiosRequest)
List studios in your AWS account in the requested AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStudiosResponse> |
ListStudiosIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStudiosPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStudiosResponse> subscriber) |
Copyright © 2021. All rights reserved.