Trait/Object

com.github.j5ik2o.reactive.aws.cloudwatchlogs

CloudWatchLogsSyncClient

Related Docs: object CloudWatchLogsSyncClient | package cloudwatchlogs

Permalink

trait CloudWatchLogsSyncClient extends CloudWatchLogsClient[[β$0$]Either[Throwable, β$0$]]

See also

https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/cloudwatchlogs/CloudWatchLogsClient.html

Linear Supertypes
CloudWatchLogsClient[[β$0$]Either[Throwable, β$0$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloudWatchLogsSyncClient
  2. CloudWatchLogsClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val underlying: software.amazon.awssdk.services.cloudwatchlogs.CloudWatchLogsClient

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def associateKmsKey(associateKmsKeyRequest: AssociateKmsKeyRequest): Either[Throwable, AssociateKmsKeyResponse]

    Permalink
  6. def cancelExportTask(cancelExportTaskRequest: CancelExportTaskRequest): Either[Throwable, CancelExportTaskResponse]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createExportTask(createExportTaskRequest: CreateExportTaskRequest): Either[Throwable, CreateExportTaskResponse]

    Permalink
  9. def createLogGroup(createLogGroupRequest: CreateLogGroupRequest): Either[Throwable, CreateLogGroupResponse]

    Permalink
  10. def createLogStream(createLogStreamRequest: CreateLogStreamRequest): Either[Throwable, CreateLogStreamResponse]

    Permalink
  11. def deleteDestination(deleteDestinationRequest: DeleteDestinationRequest): Either[Throwable, DeleteDestinationResponse]

    Permalink
  12. def deleteLogGroup(deleteLogGroupRequest: DeleteLogGroupRequest): Either[Throwable, DeleteLogGroupResponse]

    Permalink
  13. def deleteLogStream(deleteLogStreamRequest: DeleteLogStreamRequest): Either[Throwable, DeleteLogStreamResponse]

    Permalink
  14. def deleteMetricFilter(deleteMetricFilterRequest: DeleteMetricFilterRequest): Either[Throwable, DeleteMetricFilterResponse]

    Permalink
  15. def deleteResourcePolicy(deleteResourcePolicyRequest: DeleteResourcePolicyRequest): Either[Throwable, DeleteResourcePolicyResponse]

    Permalink
  16. def deleteRetentionPolicy(deleteRetentionPolicyRequest: DeleteRetentionPolicyRequest): Either[Throwable, DeleteRetentionPolicyResponse]

    Permalink
  17. def deleteSubscriptionFilter(deleteSubscriptionFilterRequest: DeleteSubscriptionFilterRequest): Either[Throwable, DeleteSubscriptionFilterResponse]

    Permalink
  18. def describeDestinations(describeDestinationsRequest: DescribeDestinationsRequest): Either[Throwable, DescribeDestinationsResponse]

    Permalink
  19. def describeDestinations(): Either[Throwable, DescribeDestinationsResponse]

    Permalink
  20. def describeDestinationsPaginator(describeDestinationsRequest: DescribeDestinationsRequest): DescribeDestinationsIterable

    Permalink
  21. def describeDestinationsPaginator(): DescribeDestinationsIterable

    Permalink
  22. def describeExportTasks(describeExportTasksRequest: DescribeExportTasksRequest): Either[Throwable, DescribeExportTasksResponse]

    Permalink
  23. def describeExportTasks(): Either[Throwable, DescribeExportTasksResponse]

    Permalink
  24. def describeLogGroups(describeLogGroupsRequest: DescribeLogGroupsRequest): Either[Throwable, DescribeLogGroupsResponse]

    Permalink
  25. def describeLogGroups(): Either[Throwable, DescribeLogGroupsResponse]

    Permalink
  26. def describeLogGroupsPaginator(describeLogGroupsRequest: DescribeLogGroupsRequest): DescribeLogGroupsIterable

    Permalink
  27. def describeLogGroupsPaginator(): DescribeLogGroupsIterable

    Permalink
  28. def describeLogStreams(describeLogStreamsRequest: DescribeLogStreamsRequest): Either[Throwable, DescribeLogStreamsResponse]

    Permalink
  29. def describeLogStreamsPaginator(describeLogStreamsRequest: DescribeLogStreamsRequest): DescribeLogStreamsIterable

    Permalink
  30. def describeMetricFilters(describeMetricFiltersRequest: DescribeMetricFiltersRequest): Either[Throwable, DescribeMetricFiltersResponse]

    Permalink
  31. def describeMetricFilters(): Either[Throwable, DescribeMetricFiltersResponse]

    Permalink
  32. def describeMetricFiltersPaginator(describeMetricFiltersRequest: DescribeMetricFiltersRequest): DescribeMetricFiltersIterable

    Permalink
  33. def describeMetricFiltersPaginator(): DescribeMetricFiltersIterable

    Permalink
  34. def describeQueries(describeQueriesRequest: DescribeQueriesRequest): Either[Throwable, DescribeQueriesResponse]

    Permalink
  35. def describeQueries(): Either[Throwable, DescribeQueriesResponse]

    Permalink
  36. def describeResourcePolicies(describeResourcePoliciesRequest: DescribeResourcePoliciesRequest): Either[Throwable, DescribeResourcePoliciesResponse]

    Permalink
  37. def describeResourcePolicies(): Either[Throwable, DescribeResourcePoliciesResponse]

    Permalink
  38. def describeSubscriptionFilters(describeSubscriptionFiltersRequest: DescribeSubscriptionFiltersRequest): Either[Throwable, DescribeSubscriptionFiltersResponse]

    Permalink
  39. def describeSubscriptionFiltersPaginator(describeSubscriptionFiltersRequest: DescribeSubscriptionFiltersRequest): DescribeSubscriptionFiltersIterable

    Permalink
  40. def disassociateKmsKey(disassociateKmsKeyRequest: DisassociateKmsKeyRequest): Either[Throwable, DisassociateKmsKeyResponse]

    Permalink
  41. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  43. def filterLogEvents(filterLogEventsRequest: FilterLogEventsRequest): Either[Throwable, FilterLogEventsResponse]

    Permalink
  44. def filterLogEventsPaginator(filterLogEventsRequest: FilterLogEventsRequest): FilterLogEventsIterable

    Permalink
  45. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  47. def getLogEvents(getLogEventsRequest: GetLogEventsRequest): Either[Throwable, GetLogEventsResponse]

    Permalink
  48. def getLogEventsPaginator(getLogEventsRequest: GetLogEventsRequest): GetLogEventsIterable

    Permalink
  49. def getLogGroupFields(getLogGroupFieldsRequest: GetLogGroupFieldsRequest): Either[Throwable, GetLogGroupFieldsResponse]

    Permalink
  50. def getLogRecord(getLogRecordRequest: GetLogRecordRequest): Either[Throwable, GetLogRecordResponse]

    Permalink
  51. def getQueryResults(getQueryResultsRequest: GetQueryResultsRequest): Either[Throwable, GetQueryResultsResponse]

    Permalink
  52. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  53. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  54. def listTagsLogGroup(listTagsLogGroupRequest: ListTagsLogGroupRequest): Either[Throwable, ListTagsLogGroupResponse]

    Permalink
  55. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  58. def putDestination(putDestinationRequest: PutDestinationRequest): Either[Throwable, PutDestinationResponse]

    Permalink
  59. def putDestinationPolicy(putDestinationPolicyRequest: PutDestinationPolicyRequest): Either[Throwable, PutDestinationPolicyResponse]

    Permalink
  60. def putLogEvents(putLogEventsRequest: PutLogEventsRequest): Either[Throwable, PutLogEventsResponse]

    Permalink
  61. def putMetricFilter(putMetricFilterRequest: PutMetricFilterRequest): Either[Throwable, PutMetricFilterResponse]

    Permalink
  62. def putResourcePolicy(putResourcePolicyRequest: PutResourcePolicyRequest): Either[Throwable, PutResourcePolicyResponse]

    Permalink
  63. def putRetentionPolicy(putRetentionPolicyRequest: PutRetentionPolicyRequest): Either[Throwable, PutRetentionPolicyResponse]

    Permalink
  64. def putSubscriptionFilter(putSubscriptionFilterRequest: PutSubscriptionFilterRequest): Either[Throwable, PutSubscriptionFilterResponse]

    Permalink
  65. def startQuery(startQueryRequest: StartQueryRequest): Either[Throwable, StartQueryResponse]

    Permalink
  66. def stopQuery(stopQueryRequest: StopQueryRequest): Either[Throwable, StopQueryResponse]

    Permalink
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  68. def tagLogGroup(tagLogGroupRequest: TagLogGroupRequest): Either[Throwable, TagLogGroupResponse]

    Permalink
  69. def testMetricFilter(testMetricFilterRequest: TestMetricFilterRequest): Either[Throwable, TestMetricFilterResponse]

    Permalink
  70. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  71. def untagLogGroup(untagLogGroupRequest: UntagLogGroupRequest): Either[Throwable, UntagLogGroupResponse]

    Permalink
  72. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CloudWatchLogsClient[[β$0$]Either[Throwable, β$0$]]

Inherited from AnyRef

Inherited from Any

Ungrouped