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