Uses of Interface
software.amazon.awssdk.services.storagegateway.model.UpdateSnapshotScheduleRequest.Builder
-
Packages that use UpdateSnapshotScheduleRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of UpdateSnapshotScheduleRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type UpdateSnapshotScheduleRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSnapshotScheduleResponse>StorageGatewayAsyncClient. updateSnapshotSchedule(Consumer<UpdateSnapshotScheduleRequest.Builder> updateSnapshotScheduleRequest)Updates a snapshot schedule configured for a gateway volume.default UpdateSnapshotScheduleResponseStorageGatewayClient. updateSnapshotSchedule(Consumer<UpdateSnapshotScheduleRequest.Builder> updateSnapshotScheduleRequest)Updates a snapshot schedule configured for a gateway volume. -
Uses of UpdateSnapshotScheduleRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return UpdateSnapshotScheduleRequest.Builder Modifier and Type Method Description static UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest. builder()UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest.Builder. description(String description)Optional description of the snapshot that overwrites the existing description.UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest.Builder. recurrenceInHours(Integer recurrenceInHours)Frequency of snapshots.UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest.Builder. startAt(Integer startAt)The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23).UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest.Builder. tags(Collection<Tag> tags)A list of up to 50 tags that can be assigned to a snapshot.UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of up to 50 tags that can be assigned to a snapshot.UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest.Builder. tags(Tag... tags)A list of up to 50 tags that can be assigned to a snapshot.UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest. toBuilder()UpdateSnapshotScheduleRequest.BuilderUpdateSnapshotScheduleRequest.Builder. volumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type UpdateSnapshotScheduleRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSnapshotScheduleRequest.Builder>UpdateSnapshotScheduleRequest. serializableBuilderClass()
-