Uses of Class
software.amazon.awssdk.services.workspacesweb.model.AssociateIpAccessSettingsResponse
-
Packages that use AssociateIpAccessSettingsResponse 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 AssociateIpAccessSettingsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return AssociateIpAccessSettingsResponse Modifier and Type Method Description default AssociateIpAccessSettingsResponseWorkSpacesWebClient. associateIpAccessSettings(Consumer<AssociateIpAccessSettingsRequest.Builder> associateIpAccessSettingsRequest)Associates an IP access settings resource with a web portal.default AssociateIpAccessSettingsResponseWorkSpacesWebClient. associateIpAccessSettings(AssociateIpAccessSettingsRequest associateIpAccessSettingsRequest)Associates an IP access settings resource with a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type AssociateIpAccessSettingsResponse Modifier and Type Method Description default CompletableFuture<AssociateIpAccessSettingsResponse>WorkSpacesWebAsyncClient. associateIpAccessSettings(Consumer<AssociateIpAccessSettingsRequest.Builder> associateIpAccessSettingsRequest)Associates an IP access settings resource with a web portal.default CompletableFuture<AssociateIpAccessSettingsResponse>WorkSpacesWebAsyncClient. associateIpAccessSettings(AssociateIpAccessSettingsRequest associateIpAccessSettingsRequest)Associates an IP access settings resource with a web portal.
-