Uses of Class
software.amazon.awssdk.services.arczonalshift.model.AutoshiftInResource
-
Packages that use AutoshiftInResource Package Description software.amazon.awssdk.services.arczonalshift.model -
-
Uses of AutoshiftInResource in software.amazon.awssdk.services.arczonalshift.model
Methods in software.amazon.awssdk.services.arczonalshift.model that return types with arguments of type AutoshiftInResource Modifier and Type Method Description List<AutoshiftInResource>GetManagedResourceResponse. autoshifts()An array of the autoshifts that are active for the resource.List<AutoshiftInResource>ManagedResourceSummary. autoshifts()An array of the autoshifts that have been completed for a resource.Methods in software.amazon.awssdk.services.arczonalshift.model with parameters of type AutoshiftInResource Modifier and Type Method Description GetManagedResourceResponse.BuilderGetManagedResourceResponse.Builder. autoshifts(AutoshiftInResource... autoshifts)An array of the autoshifts that are active for the resource.ManagedResourceSummary.BuilderManagedResourceSummary.Builder. autoshifts(AutoshiftInResource... autoshifts)An array of the autoshifts that have been completed for a resource.Method parameters in software.amazon.awssdk.services.arczonalshift.model with type arguments of type AutoshiftInResource Modifier and Type Method Description GetManagedResourceResponse.BuilderGetManagedResourceResponse.Builder. autoshifts(Collection<AutoshiftInResource> autoshifts)An array of the autoshifts that are active for the resource.ManagedResourceSummary.BuilderManagedResourceSummary.Builder. autoshifts(Collection<AutoshiftInResource> autoshifts)An array of the autoshifts that have been completed for a resource.
-