| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static NoManagementPreference.Builder |
NoManagementPreference.builder() |
NoManagementPreference.Builder |
NoManagementPreference.Builder.targetDestination(Collection<NoPreferenceTargetDestination> targetDestination)
The choice of application destination that you specify.
|
NoManagementPreference.Builder |
NoManagementPreference.Builder.targetDestination(NoPreferenceTargetDestination... targetDestination)
The choice of application destination that you specify.
|
NoManagementPreference.Builder |
NoManagementPreference.Builder.targetDestinationWithStrings(Collection<String> targetDestination)
The choice of application destination that you specify.
|
NoManagementPreference.Builder |
NoManagementPreference.Builder.targetDestinationWithStrings(String... targetDestination)
The choice of application destination that you specify.
|
NoManagementPreference.Builder |
NoManagementPreference.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NoManagementPreference.Builder> |
NoManagementPreference.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static ManagementPreference |
ManagementPreference.fromNoPreference(Consumer<NoManagementPreference.Builder> noPreference)
Create an instance of this class with
ManagementPreference.noPreference() initialized to the given value. |
default ManagementPreference.Builder |
ManagementPreference.Builder.noPreference(Consumer<NoManagementPreference.Builder> noPreference)
No specific preference.
|
Copyright © 2023. All rights reserved.