Uses of Class
software.amazon.awssdk.services.oam.model.GetSinkPolicyResponse
-
Packages that use GetSinkPolicyResponse 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 GetSinkPolicyResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return GetSinkPolicyResponse Modifier and Type Method Description default GetSinkPolicyResponseOamClient. getSinkPolicy(Consumer<GetSinkPolicyRequest.Builder> getSinkPolicyRequest)Returns the current sink policy attached to this sink.default GetSinkPolicyResponseOamClient. getSinkPolicy(GetSinkPolicyRequest getSinkPolicyRequest)Returns the current sink policy attached to this sink.Methods in software.amazon.awssdk.services.oam that return types with arguments of type GetSinkPolicyResponse Modifier and Type Method Description default CompletableFuture<GetSinkPolicyResponse>OamAsyncClient. getSinkPolicy(Consumer<GetSinkPolicyRequest.Builder> getSinkPolicyRequest)Returns the current sink policy attached to this sink.default CompletableFuture<GetSinkPolicyResponse>OamAsyncClient. getSinkPolicy(GetSinkPolicyRequest getSinkPolicyRequest)Returns the current sink policy attached to this sink.
-