Uses of Class
software.amazon.awssdk.services.workspacesweb.model.CreatePortalRequest
-
Packages that use CreatePortalRequest Package Description software.amazon.awssdk.services.workspacesweb WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.transform -
-
Uses of CreatePortalRequest in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb with parameters of type CreatePortalRequest Modifier and Type Method Description default CompletableFuture<CreatePortalResponse>WorkSpacesWebAsyncClient. createPortal(CreatePortalRequest createPortalRequest)Creates a web portal.default CreatePortalResponseWorkSpacesWebClient. createPortal(CreatePortalRequest createPortalRequest)Creates a web portal. -
Uses of CreatePortalRequest in software.amazon.awssdk.services.workspacesweb.transform
Methods in software.amazon.awssdk.services.workspacesweb.transform with parameters of type CreatePortalRequest Modifier and Type Method Description SdkHttpFullRequestCreatePortalRequestMarshaller. marshall(CreatePortalRequest createPortalRequest)
-