| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces |
|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
default ListEnvironmentsResponse |
MigrationHubRefactorSpacesClient.listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the
caller account.
|
default CompletableFuture<ListEnvironmentsResponse> |
MigrationHubRefactorSpacesAsyncClient.listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the
caller account.
|
default ListEnvironmentsIterable |
MigrationHubRefactorSpacesClient.listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the
caller account.
|
default ListEnvironmentsPublisher |
MigrationHubRefactorSpacesAsyncClient.listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists Amazon Web Services Migration Hub Refactor Spaces environments owned by a caller account or shared with the
caller account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListEnvironmentsRequest.Builder |
ListEnvironmentsRequest.builder() |
ListEnvironmentsRequest.Builder |
ListEnvironmentsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListEnvironmentsRequest.Builder |
ListEnvironmentsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
ListEnvironmentsRequest.Builder |
ListEnvironmentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentsRequest.Builder |
ListEnvironmentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEnvironmentsRequest.Builder |
ListEnvironmentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEnvironmentsRequest.Builder> |
ListEnvironmentsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.