Uses of Interface
software.amazon.awssdk.services.snowball.model.UpdateJobShipmentStateRequest.Builder
-
Packages that use UpdateJobShipmentStateRequest.Builder Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).software.amazon.awssdk.services.snowball.model -
-
Uses of UpdateJobShipmentStateRequest.Builder in software.amazon.awssdk.services.snowball
Method parameters in software.amazon.awssdk.services.snowball with type arguments of type UpdateJobShipmentStateRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateJobShipmentStateResponse>SnowballAsyncClient. updateJobShipmentState(Consumer<UpdateJobShipmentStateRequest.Builder> updateJobShipmentStateRequest)Updates the state when a shipment state changes to a different state.default UpdateJobShipmentStateResponseSnowballClient. updateJobShipmentState(Consumer<UpdateJobShipmentStateRequest.Builder> updateJobShipmentStateRequest)Updates the state when a shipment state changes to a different state. -
Uses of UpdateJobShipmentStateRequest.Builder in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return UpdateJobShipmentStateRequest.Builder Modifier and Type Method Description static UpdateJobShipmentStateRequest.BuilderUpdateJobShipmentStateRequest. builder()UpdateJobShipmentStateRequest.BuilderUpdateJobShipmentStateRequest.Builder. jobId(String jobId)The job ID of the job whose shipment date you want to update, for exampleJID123e4567-e89b-12d3-a456-426655440000.UpdateJobShipmentStateRequest.BuilderUpdateJobShipmentStateRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateJobShipmentStateRequest.BuilderUpdateJobShipmentStateRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateJobShipmentStateRequest.BuilderUpdateJobShipmentStateRequest.Builder. shipmentState(String shipmentState)The state of a device when it is being shipped.UpdateJobShipmentStateRequest.BuilderUpdateJobShipmentStateRequest.Builder. shipmentState(ShipmentState shipmentState)The state of a device when it is being shipped.UpdateJobShipmentStateRequest.BuilderUpdateJobShipmentStateRequest. toBuilder()Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type UpdateJobShipmentStateRequest.Builder Modifier and Type Method Description static Class<? extends UpdateJobShipmentStateRequest.Builder>UpdateJobShipmentStateRequest. serializableBuilderClass()
-