Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.AwsManagedResources.Builder
-
Packages that use AwsManagedResources.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of AwsManagedResources.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return AwsManagedResources.Builder Modifier and Type Method Description static AwsManagedResources.BuilderAwsManagedResources. builder()AwsManagedResources.BuilderAwsManagedResources.Builder. targetDestination(Collection<AwsManagedTargetDestination> targetDestination)The choice of application destination that you specify.AwsManagedResources.BuilderAwsManagedResources.Builder. targetDestination(AwsManagedTargetDestination... targetDestination)The choice of application destination that you specify.AwsManagedResources.BuilderAwsManagedResources.Builder. targetDestinationWithStrings(String... targetDestination)The choice of application destination that you specify.AwsManagedResources.BuilderAwsManagedResources.Builder. targetDestinationWithStrings(Collection<String> targetDestination)The choice of application destination that you specify.AwsManagedResources.BuilderAwsManagedResources. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type AwsManagedResources.Builder Modifier and Type Method Description static Class<? extends AwsManagedResources.Builder>AwsManagedResources. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type AwsManagedResources.Builder Modifier and Type Method Description default ManagementPreference.BuilderManagementPreference.Builder. awsManagedResources(Consumer<AwsManagedResources.Builder> awsManagedResources)Indicates interest in solutions that are managed by AWS.static ManagementPreferenceManagementPreference. fromAwsManagedResources(Consumer<AwsManagedResources.Builder> awsManagedResources)Create an instance of this class withManagementPreference.awsManagedResources()initialized to the given value.
-