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