Uses of Class
software.amazon.awssdk.services.oam.model.CreateSinkResponse
-
Packages that use CreateSinkResponse 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 CreateSinkResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return CreateSinkResponse Modifier and Type Method Description default CreateSinkResponseOamClient. createSink(Consumer<CreateSinkRequest.Builder> createSinkRequest)Use this to create a sink in the current account, so that it can be used as a monitoring account in CloudWatch cross-account observability.default CreateSinkResponseOamClient. createSink(CreateSinkRequest createSinkRequest)Use this to create a sink in the current account, so that it can be used as a monitoring account in CloudWatch cross-account observability.Methods in software.amazon.awssdk.services.oam that return types with arguments of type CreateSinkResponse Modifier and Type Method Description default CompletableFuture<CreateSinkResponse>OamAsyncClient. createSink(Consumer<CreateSinkRequest.Builder> createSinkRequest)Use this to create a sink in the current account, so that it can be used as a monitoring account in CloudWatch cross-account observability.default CompletableFuture<CreateSinkResponse>OamAsyncClient. createSink(CreateSinkRequest createSinkRequest)Use this to create a sink in the current account, so that it can be used as a monitoring account in CloudWatch cross-account observability.
-