Uses of Interface
software.amazon.awssdk.services.workspacesthinclient.model.GetSoftwareSetRequest.Builder
-
Packages that use GetSoftwareSetRequest.Builder Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is a 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 GetSoftwareSetRequest.Builder in software.amazon.awssdk.services.workspacesthinclient
Method parameters in software.amazon.awssdk.services.workspacesthinclient with type arguments of type GetSoftwareSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSoftwareSetResponse>WorkSpacesThinClientAsyncClient. getSoftwareSet(Consumer<GetSoftwareSetRequest.Builder> getSoftwareSetRequest)Returns information for a software set.default GetSoftwareSetResponseWorkSpacesThinClientClient. getSoftwareSet(Consumer<GetSoftwareSetRequest.Builder> getSoftwareSetRequest)Returns information for a software set. -
Uses of GetSoftwareSetRequest.Builder in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return GetSoftwareSetRequest.Builder Modifier and Type Method Description static GetSoftwareSetRequest.BuilderGetSoftwareSetRequest. builder()GetSoftwareSetRequest.BuilderGetSoftwareSetRequest.Builder. id(String id)The ID of the software set for which to return information.GetSoftwareSetRequest.BuilderGetSoftwareSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSoftwareSetRequest.BuilderGetSoftwareSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSoftwareSetRequest.BuilderGetSoftwareSetRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type GetSoftwareSetRequest.Builder Modifier and Type Method Description static Class<? extends GetSoftwareSetRequest.Builder>GetSoftwareSetRequest. serializableBuilderClass()
-