Uses of Interface
software.amazon.awssdk.services.snowdevicemanagement.model.SoftwareInformation.Builder
-
Packages that use SoftwareInformation.Builder Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of SoftwareInformation.Builder in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return SoftwareInformation.Builder Modifier and Type Method Description static SoftwareInformation.BuilderSoftwareInformation. builder()SoftwareInformation.BuilderSoftwareInformation.Builder. installedVersion(String installedVersion)The version of the software currently installed on the device.SoftwareInformation.BuilderSoftwareInformation.Builder. installingVersion(String installingVersion)The version of the software being installed on the device.SoftwareInformation.BuilderSoftwareInformation.Builder. installState(String installState)The state of the software that is installed or that is being installed on the device.SoftwareInformation.BuilderSoftwareInformation. toBuilder()Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type SoftwareInformation.Builder Modifier and Type Method Description static Class<? extends SoftwareInformation.Builder>SoftwareInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.snowdevicemanagement.model with type arguments of type SoftwareInformation.Builder Modifier and Type Method Description default DescribeDeviceResponse.BuilderDescribeDeviceResponse.Builder. software(Consumer<SoftwareInformation.Builder> software)The software installed on the device.
-