Uses of Interface
software.amazon.awssdk.services.workspaces.model.GetAccountLinkRequest.Builder
-
Packages that use GetAccountLinkRequest.Builder Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service software.amazon.awssdk.services.workspaces.model -
-
Uses of GetAccountLinkRequest.Builder in software.amazon.awssdk.services.workspaces
Method parameters in software.amazon.awssdk.services.workspaces with type arguments of type GetAccountLinkRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAccountLinkResponse>WorkSpacesAsyncClient. getAccountLink(Consumer<GetAccountLinkRequest.Builder> getAccountLinkRequest)Retrieves account link information.default GetAccountLinkResponseWorkSpacesClient. getAccountLink(Consumer<GetAccountLinkRequest.Builder> getAccountLinkRequest)Retrieves account link information. -
Uses of GetAccountLinkRequest.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return GetAccountLinkRequest.Builder Modifier and Type Method Description static GetAccountLinkRequest.BuilderGetAccountLinkRequest. builder()GetAccountLinkRequest.BuilderGetAccountLinkRequest.Builder. linkedAccountId(String linkedAccountId)The identifier of the account linkGetAccountLinkRequest.BuilderGetAccountLinkRequest.Builder. linkId(String linkId)The identifier of the account to link.GetAccountLinkRequest.BuilderGetAccountLinkRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccountLinkRequest.BuilderGetAccountLinkRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAccountLinkRequest.BuilderGetAccountLinkRequest. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type GetAccountLinkRequest.Builder Modifier and Type Method Description static Class<? extends GetAccountLinkRequest.Builder>GetAccountLinkRequest. serializableBuilderClass()
-