Uses of Class
software.amazon.awssdk.services.workspaces.model.GetAccountLinkResponse
-
Packages that use GetAccountLinkResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of GetAccountLinkResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return GetAccountLinkResponse Modifier and Type Method Description default GetAccountLinkResponseWorkSpacesClient. getAccountLink(Consumer<GetAccountLinkRequest.Builder> getAccountLinkRequest)Retrieves account link information.default GetAccountLinkResponseWorkSpacesClient. getAccountLink(GetAccountLinkRequest getAccountLinkRequest)Retrieves account link information.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type GetAccountLinkResponse Modifier and Type Method Description default CompletableFuture<GetAccountLinkResponse>WorkSpacesAsyncClient. getAccountLink(Consumer<GetAccountLinkRequest.Builder> getAccountLinkRequest)Retrieves account link information.default CompletableFuture<GetAccountLinkResponse>WorkSpacesAsyncClient. getAccountLink(GetAccountLinkRequest getAccountLinkRequest)Retrieves account link information.
-