Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.DescribeArchiveRequest
-
Packages that use DescribeArchiveRequest Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.software.amazon.awssdk.services.cloudwatchevents.transform -
-
Uses of DescribeArchiveRequest in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents with parameters of type DescribeArchiveRequest Modifier and Type Method Description default CompletableFuture<DescribeArchiveResponse>CloudWatchEventsAsyncClient. describeArchive(DescribeArchiveRequest describeArchiveRequest)Retrieves details about an archive.default DescribeArchiveResponseCloudWatchEventsClient. describeArchive(DescribeArchiveRequest describeArchiveRequest)Retrieves details about an archive. -
Uses of DescribeArchiveRequest in software.amazon.awssdk.services.cloudwatchevents.transform
Methods in software.amazon.awssdk.services.cloudwatchevents.transform with parameters of type DescribeArchiveRequest Modifier and Type Method Description SdkHttpFullRequestDescribeArchiveRequestMarshaller. marshall(DescribeArchiveRequest describeArchiveRequest)
-