Uses of Class
software.amazon.awssdk.services.oam.model.GetLinkResponse
-
Packages that use GetLinkResponse 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 GetLinkResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return GetLinkResponse Modifier and Type Method Description default GetLinkResponseOamClient. getLink(Consumer<GetLinkRequest.Builder> getLinkRequest)Returns complete information about one link.default GetLinkResponseOamClient. getLink(GetLinkRequest getLinkRequest)Returns complete information about one link.Methods in software.amazon.awssdk.services.oam that return types with arguments of type GetLinkResponse Modifier and Type Method Description default CompletableFuture<GetLinkResponse>OamAsyncClient. getLink(Consumer<GetLinkRequest.Builder> getLinkRequest)Returns complete information about one link.default CompletableFuture<GetLinkResponse>OamAsyncClient. getLink(GetLinkRequest getLinkRequest)Returns complete information about one link.
-