Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListDataProtectionSettingsResponse
-
Packages that use ListDataProtectionSettingsResponse 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 -
-
Uses of ListDataProtectionSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return ListDataProtectionSettingsResponse Modifier and Type Method Description default ListDataProtectionSettingsResponseWorkSpacesWebClient. listDataProtectionSettings(Consumer<ListDataProtectionSettingsRequest.Builder> listDataProtectionSettingsRequest)Retrieves a list of data protection settings.default ListDataProtectionSettingsResponseWorkSpacesWebClient. listDataProtectionSettings(ListDataProtectionSettingsRequest listDataProtectionSettingsRequest)Retrieves a list of data protection settings.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type ListDataProtectionSettingsResponse Modifier and Type Method Description default CompletableFuture<ListDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. listDataProtectionSettings(Consumer<ListDataProtectionSettingsRequest.Builder> listDataProtectionSettingsRequest)Retrieves a list of data protection settings.default CompletableFuture<ListDataProtectionSettingsResponse>WorkSpacesWebAsyncClient. listDataProtectionSettings(ListDataProtectionSettingsRequest listDataProtectionSettingsRequest)Retrieves a list of data protection settings. -
Uses of ListDataProtectionSettingsResponse in software.amazon.awssdk.services.workspacesweb.paginators
Methods in software.amazon.awssdk.services.workspacesweb.paginators that return types with arguments of type ListDataProtectionSettingsResponse Modifier and Type Method Description Iterator<ListDataProtectionSettingsResponse>ListDataProtectionSettingsIterable. iterator()Method parameters in software.amazon.awssdk.services.workspacesweb.paginators with type arguments of type ListDataProtectionSettingsResponse Modifier and Type Method Description voidListDataProtectionSettingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataProtectionSettingsResponse> subscriber)
-