Uses of Interface
software.amazon.awssdk.services.workspacesthinclient.model.UpdateSoftwareSetRequest.Builder
-
Packages that use UpdateSoftwareSetRequest.Builder Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution.software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of UpdateSoftwareSetRequest.Builder in software.amazon.awssdk.services.workspacesthinclient
Method parameters in software.amazon.awssdk.services.workspacesthinclient with type arguments of type UpdateSoftwareSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSoftwareSetResponse>WorkSpacesThinClientAsyncClient. updateSoftwareSet(Consumer<UpdateSoftwareSetRequest.Builder> updateSoftwareSetRequest)Updates a software set.default UpdateSoftwareSetResponseWorkSpacesThinClientClient. updateSoftwareSet(Consumer<UpdateSoftwareSetRequest.Builder> updateSoftwareSetRequest)Updates a software set. -
Uses of UpdateSoftwareSetRequest.Builder in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return UpdateSoftwareSetRequest.Builder Modifier and Type Method Description static UpdateSoftwareSetRequest.BuilderUpdateSoftwareSetRequest. builder()UpdateSoftwareSetRequest.BuilderUpdateSoftwareSetRequest.Builder. id(String id)The ID of the software set to update.UpdateSoftwareSetRequest.BuilderUpdateSoftwareSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSoftwareSetRequest.BuilderUpdateSoftwareSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSoftwareSetRequest.BuilderUpdateSoftwareSetRequest. toBuilder()UpdateSoftwareSetRequest.BuilderUpdateSoftwareSetRequest.Builder. validationStatus(String validationStatus)An option to define if the software set has been validated.UpdateSoftwareSetRequest.BuilderUpdateSoftwareSetRequest.Builder. validationStatus(SoftwareSetValidationStatus validationStatus)An option to define if the software set has been validated.Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type UpdateSoftwareSetRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSoftwareSetRequest.Builder>UpdateSoftwareSetRequest. serializableBuilderClass()
-