Uses of Class
software.amazon.awssdk.services.oam.model.UpdateLinkResponse
-
Packages that use UpdateLinkResponse 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 UpdateLinkResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return UpdateLinkResponse Modifier and Type Method Description default UpdateLinkResponseOamClient. updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)Use this operation to change what types of data are shared from a source account to its linked monitoring account sink.default UpdateLinkResponseOamClient. updateLink(UpdateLinkRequest updateLinkRequest)Use this operation to change what types of data are shared from a source account to its linked monitoring account sink.Methods in software.amazon.awssdk.services.oam that return types with arguments of type UpdateLinkResponse Modifier and Type Method Description default CompletableFuture<UpdateLinkResponse>OamAsyncClient. updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)Use this operation to change what types of data are shared from a source account to its linked monitoring account sink.default CompletableFuture<UpdateLinkResponse>OamAsyncClient. updateLink(UpdateLinkRequest updateLinkRequest)Use this operation to change what types of data are shared from a source account to its linked monitoring account sink.
-