Uses of Class
software.amazon.awssdk.services.oam.model.CreateLinkResponse
-
Packages that use CreateLinkResponse Package Description software.amazon.awssdk.services.oam Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and monitoring accounts by using CloudWatch cross-account observability. -
-
Uses of CreateLinkResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return CreateLinkResponse Modifier and Type Method Description default CreateLinkResponseOamClient. createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)Creates a link between a source account and a sink that you have created in a monitoring account.default CreateLinkResponseOamClient. createLink(CreateLinkRequest createLinkRequest)Creates a link between a source account and a sink that you have created in a monitoring account.Methods in software.amazon.awssdk.services.oam that return types with arguments of type CreateLinkResponse Modifier and Type Method Description default CompletableFuture<CreateLinkResponse>OamAsyncClient. createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)Creates a link between a source account and a sink that you have created in a monitoring account.default CompletableFuture<CreateLinkResponse>OamAsyncClient. createLink(CreateLinkRequest createLinkRequest)Creates a link between a source account and a sink that you have created in a monitoring account.
-