Uses of Class
software.amazon.awssdk.services.workspacesweb.model.CreateIpAccessSettingsResponse
-
Packages that use CreateIpAccessSettingsResponse 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. -
-
Uses of CreateIpAccessSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return CreateIpAccessSettingsResponse Modifier and Type Method Description default CreateIpAccessSettingsResponseWorkSpacesWebClient. createIpAccessSettings(Consumer<CreateIpAccessSettingsRequest.Builder> createIpAccessSettingsRequest)Creates an IP access settings resource that can be associated with a web portal.default CreateIpAccessSettingsResponseWorkSpacesWebClient. createIpAccessSettings(CreateIpAccessSettingsRequest createIpAccessSettingsRequest)Creates an IP access settings resource that can be associated with a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type CreateIpAccessSettingsResponse Modifier and Type Method Description default CompletableFuture<CreateIpAccessSettingsResponse>WorkSpacesWebAsyncClient. createIpAccessSettings(Consumer<CreateIpAccessSettingsRequest.Builder> createIpAccessSettingsRequest)Creates an IP access settings resource that can be associated with a web portal.default CompletableFuture<CreateIpAccessSettingsResponse>WorkSpacesWebAsyncClient. createIpAccessSettings(CreateIpAccessSettingsRequest createIpAccessSettingsRequest)Creates an IP access settings resource that can be associated with a web portal.
-