Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.SelfManageResources.Builder
-
Packages that use SelfManageResources.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of SelfManageResources.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return SelfManageResources.Builder Modifier and Type Method Description static SelfManageResources.BuilderSelfManageResources. builder()SelfManageResources.BuilderSelfManageResources.Builder. targetDestination(Collection<SelfManageTargetDestination> targetDestination)Self-managed resources target destination.SelfManageResources.BuilderSelfManageResources.Builder. targetDestination(SelfManageTargetDestination... targetDestination)Self-managed resources target destination.SelfManageResources.BuilderSelfManageResources.Builder. targetDestinationWithStrings(String... targetDestination)Self-managed resources target destination.SelfManageResources.BuilderSelfManageResources.Builder. targetDestinationWithStrings(Collection<String> targetDestination)Self-managed resources target destination.SelfManageResources.BuilderSelfManageResources. toBuilder()Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type SelfManageResources.Builder Modifier and Type Method Description static Class<? extends SelfManageResources.Builder>SelfManageResources. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type SelfManageResources.Builder Modifier and Type Method Description static ManagementPreferenceManagementPreference. fromSelfManageResources(Consumer<SelfManageResources.Builder> selfManageResources)Create an instance of this class withManagementPreference.selfManageResources()initialized to the given value.default ManagementPreference.BuilderManagementPreference.Builder. selfManageResources(Consumer<SelfManageResources.Builder> selfManageResources)Indicates interest in managing your own resources on AWS.
-