| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| software.amazon.awssdk.services.gamesparks.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListExtensionVersionsResponse |
GameSparksClient.listExtensionVersions(Consumer<ListExtensionVersionsRequest.Builder> listExtensionVersionsRequest)
Gets a paginated list of available versions for the extension.
|
default ListExtensionVersionsResponse |
GameSparksClient.listExtensionVersions(ListExtensionVersionsRequest listExtensionVersionsRequest)
Gets a paginated list of available versions for the extension.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListExtensionVersionsResponse> |
GameSparksAsyncClient.listExtensionVersions(Consumer<ListExtensionVersionsRequest.Builder> listExtensionVersionsRequest)
Gets a paginated list of available versions for the extension.
|
default CompletableFuture<ListExtensionVersionsResponse> |
GameSparksAsyncClient.listExtensionVersions(ListExtensionVersionsRequest listExtensionVersionsRequest)
Gets a paginated list of available versions for the extension.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListExtensionVersionsResponse> |
ListExtensionVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListExtensionVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListExtensionVersionsResponse> subscriber) |
Copyright © 2022. All rights reserved.