Uses of Class
software.amazon.awssdk.services.oam.model.GetSinkResponse
-
Packages that use GetSinkResponse 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 GetSinkResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return GetSinkResponse Modifier and Type Method Description default GetSinkResponseOamClient. getSink(Consumer<GetSinkRequest.Builder> getSinkRequest)Returns complete information about one monitoring account sink.default GetSinkResponseOamClient. getSink(GetSinkRequest getSinkRequest)Returns complete information about one monitoring account sink.Methods in software.amazon.awssdk.services.oam that return types with arguments of type GetSinkResponse Modifier and Type Method Description default CompletableFuture<GetSinkResponse>OamAsyncClient. getSink(Consumer<GetSinkRequest.Builder> getSinkRequest)Returns complete information about one monitoring account sink.default CompletableFuture<GetSinkResponse>OamAsyncClient. getSink(GetSinkRequest getSinkRequest)Returns complete information about one monitoring account sink.
-