Uses of Class
software.amazon.awssdk.services.health.model.DescribeEventTypesResponse
-
Packages that use DescribeEventTypesResponse Package Description software.amazon.awssdk.services.health Health software.amazon.awssdk.services.health.paginators -
-
Uses of DescribeEventTypesResponse in software.amazon.awssdk.services.health
Methods in software.amazon.awssdk.services.health that return DescribeEventTypesResponse Modifier and Type Method Description default DescribeEventTypesResponseHealthClient. describeEventTypes()Returns the event types that meet the specified filter criteria.default DescribeEventTypesResponseHealthClient. describeEventTypes(Consumer<DescribeEventTypesRequest.Builder> describeEventTypesRequest)Returns the event types that meet the specified filter criteria.default DescribeEventTypesResponseHealthClient. describeEventTypes(DescribeEventTypesRequest describeEventTypesRequest)Returns the event types that meet the specified filter criteria.Methods in software.amazon.awssdk.services.health that return types with arguments of type DescribeEventTypesResponse Modifier and Type Method Description default CompletableFuture<DescribeEventTypesResponse>HealthAsyncClient. describeEventTypes()Returns the event types that meet the specified filter criteria.default CompletableFuture<DescribeEventTypesResponse>HealthAsyncClient. describeEventTypes(Consumer<DescribeEventTypesRequest.Builder> describeEventTypesRequest)Returns the event types that meet the specified filter criteria.default CompletableFuture<DescribeEventTypesResponse>HealthAsyncClient. describeEventTypes(DescribeEventTypesRequest describeEventTypesRequest)Returns the event types that meet the specified filter criteria. -
Uses of DescribeEventTypesResponse in software.amazon.awssdk.services.health.paginators
Methods in software.amazon.awssdk.services.health.paginators that return types with arguments of type DescribeEventTypesResponse Modifier and Type Method Description Iterator<DescribeEventTypesResponse>DescribeEventTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.health.paginators with type arguments of type DescribeEventTypesResponse Modifier and Type Method Description voidDescribeEventTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeEventTypesResponse> subscriber)
-