Uses of Interface
software.amazon.awssdk.services.workspacesthinclient.model.Software.Builder
-
Packages that use Software.Builder Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of Software.Builder in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return Software.Builder Modifier and Type Method Description static Software.BuilderSoftware. builder()Software.BuilderSoftware.Builder. name(String name)The name of the software component.Software.BuilderSoftware. toBuilder()Software.BuilderSoftware.Builder. version(String version)The version of the software component.Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type Software.Builder Modifier and Type Method Description static Class<? extends Software.Builder>Software. serializableBuilderClass()
-