Uses of Class
software.amazon.awssdk.services.oam.model.UpdateLinkRequest
-
Packages that use UpdateLinkRequest 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.software.amazon.awssdk.services.oam.transform -
-
Uses of UpdateLinkRequest in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam with parameters of type UpdateLinkRequest Modifier and Type Method Description 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.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. -
Uses of UpdateLinkRequest in software.amazon.awssdk.services.oam.transform
Methods in software.amazon.awssdk.services.oam.transform with parameters of type UpdateLinkRequest Modifier and Type Method Description SdkHttpFullRequestUpdateLinkRequestMarshaller. marshall(UpdateLinkRequest updateLinkRequest)
-