| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble |
Welcome to the Amazon Nimble Studio API reference.
|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStreamingSessionBackupsResponse> |
NimbleAsyncClient.listStreamingSessionBackups(Consumer<ListStreamingSessionBackupsRequest.Builder> listStreamingSessionBackupsRequest)
Lists the backups of a streaming session in a studio.
|
default ListStreamingSessionBackupsResponse |
NimbleClient.listStreamingSessionBackups(Consumer<ListStreamingSessionBackupsRequest.Builder> listStreamingSessionBackupsRequest)
Lists the backups of a streaming session in a studio.
|
default ListStreamingSessionBackupsPublisher |
NimbleAsyncClient.listStreamingSessionBackupsPaginator(Consumer<ListStreamingSessionBackupsRequest.Builder> listStreamingSessionBackupsRequest)
Lists the backups of a streaming session in a studio.
|
default ListStreamingSessionBackupsIterable |
NimbleClient.listStreamingSessionBackupsPaginator(Consumer<ListStreamingSessionBackupsRequest.Builder> listStreamingSessionBackupsRequest)
Lists the backups of a streaming session in a studio.
|
| Modifier and Type | Method and Description |
|---|---|
static ListStreamingSessionBackupsRequest.Builder |
ListStreamingSessionBackupsRequest.builder() |
ListStreamingSessionBackupsRequest.Builder |
ListStreamingSessionBackupsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingSessionBackupsRequest.Builder |
ListStreamingSessionBackupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStreamingSessionBackupsRequest.Builder |
ListStreamingSessionBackupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStreamingSessionBackupsRequest.Builder |
ListStreamingSessionBackupsRequest.Builder.ownedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
ListStreamingSessionBackupsRequest.Builder |
ListStreamingSessionBackupsRequest.Builder.studioId(String studioId)
The studio ID.
|
ListStreamingSessionBackupsRequest.Builder |
ListStreamingSessionBackupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStreamingSessionBackupsRequest.Builder> |
ListStreamingSessionBackupsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.