Uses of Class
software.amazon.awssdk.services.oam.model.CreateSinkRequest
-
Packages that use CreateSinkRequest 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 CreateSinkRequest in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam with parameters of type CreateSinkRequest Modifier and Type Method Description 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.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. -
Uses of CreateSinkRequest in software.amazon.awssdk.services.oam.transform
Methods in software.amazon.awssdk.services.oam.transform with parameters of type CreateSinkRequest Modifier and Type Method Description SdkHttpFullRequestCreateSinkRequestMarshaller. marshall(CreateSinkRequest createSinkRequest)
-