Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListDataProtectionSettingsRequest
-
Packages that use ListDataProtectionSettingsRequest 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.paginators software.amazon.awssdk.services.workspacesweb.transform -
-
Uses of ListDataProtectionSettingsRequest in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb with parameters of type ListDataProtectionSettingsRequest Modifier and Type Method Description default CompletableFuture<ListDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. listDataProtectionSettings(ListDataProtectionSettingsRequest listDataProtectionSettingsRequest)Retrieves a list of data protection settings.default ListDataProtectionSettingsResponseWorkSpacesWebClient. listDataProtectionSettings(ListDataProtectionSettingsRequest listDataProtectionSettingsRequest)Retrieves a list of data protection settings.default ListDataProtectionSettingsPublisherWorkSpacesWebAsyncClient. listDataProtectionSettingsPaginator(ListDataProtectionSettingsRequest listDataProtectionSettingsRequest)default ListDataProtectionSettingsIterableWorkSpacesWebClient. listDataProtectionSettingsPaginator(ListDataProtectionSettingsRequest listDataProtectionSettingsRequest) -
Uses of ListDataProtectionSettingsRequest in software.amazon.awssdk.services.workspacesweb.paginators
Constructors in software.amazon.awssdk.services.workspacesweb.paginators with parameters of type ListDataProtectionSettingsRequest Constructor Description ListDataProtectionSettingsIterable(WorkSpacesWebClient client, ListDataProtectionSettingsRequest firstRequest)ListDataProtectionSettingsPublisher(WorkSpacesWebAsyncClient client, ListDataProtectionSettingsRequest firstRequest) -
Uses of ListDataProtectionSettingsRequest in software.amazon.awssdk.services.workspacesweb.transform
Methods in software.amazon.awssdk.services.workspacesweb.transform with parameters of type ListDataProtectionSettingsRequest Modifier and Type Method Description SdkHttpFullRequestListDataProtectionSettingsRequestMarshaller. marshall(ListDataProtectionSettingsRequest listDataProtectionSettingsRequest)
-