Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.GetDataProtectionSettingsRequest.Builder
-
Packages that use GetDataProtectionSettingsRequest.Builder Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.model -
-
Uses of GetDataProtectionSettingsRequest.Builder in software.amazon.awssdk.services.workspacesweb
Method parameters in software.amazon.awssdk.services.workspacesweb with type arguments of type GetDataProtectionSettingsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. getDataProtectionSettings(Consumer<GetDataProtectionSettingsRequest.Builder> getDataProtectionSettingsRequest)Gets the data protection settings.default GetDataProtectionSettingsResponseWorkSpacesWebClient. getDataProtectionSettings(Consumer<GetDataProtectionSettingsRequest.Builder> getDataProtectionSettingsRequest)Gets the data protection settings. -
Uses of GetDataProtectionSettingsRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return GetDataProtectionSettingsRequest.Builder Modifier and Type Method Description static GetDataProtectionSettingsRequest.BuilderGetDataProtectionSettingsRequest. builder()GetDataProtectionSettingsRequest.BuilderGetDataProtectionSettingsRequest.Builder. dataProtectionSettingsArn(String dataProtectionSettingsArn)The ARN of the data protection settings.GetDataProtectionSettingsRequest.BuilderGetDataProtectionSettingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDataProtectionSettingsRequest.BuilderGetDataProtectionSettingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDataProtectionSettingsRequest.BuilderGetDataProtectionSettingsRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type GetDataProtectionSettingsRequest.Builder Modifier and Type Method Description static Class<? extends GetDataProtectionSettingsRequest.Builder>GetDataProtectionSettingsRequest. serializableBuilderClass()
-