Uses of Class
software.amazon.awssdk.services.devopsguru.model.ServiceHealth
-
Packages that use ServiceHealth Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of ServiceHealth in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ServiceHealth Modifier and Type Method Description List<ServiceHealth>DescribeOrganizationResourceCollectionHealthResponse. service()An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.List<ServiceHealth>DescribeResourceCollectionHealthResponse. service()An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type ServiceHealth Modifier and Type Method Description DescribeOrganizationResourceCollectionHealthResponse.BuilderDescribeOrganizationResourceCollectionHealthResponse.Builder. service(ServiceHealth... service)An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.DescribeResourceCollectionHealthResponse.BuilderDescribeResourceCollectionHealthResponse.Builder. service(ServiceHealth... service)An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type ServiceHealth Modifier and Type Method Description DescribeOrganizationResourceCollectionHealthResponse.BuilderDescribeOrganizationResourceCollectionHealthResponse.Builder. service(Collection<ServiceHealth> service)An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection.DescribeResourceCollectionHealthResponse.BuilderDescribeResourceCollectionHealthResponse.Builder. service(Collection<ServiceHealth> service)An array ofServiceHealthobjects that describes the health of the Amazon Web Services services associated with the resources in the collection. -
Uses of ServiceHealth in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type ServiceHealth Modifier and Type Method Description SdkIterable<ServiceHealth>DescribeOrganizationResourceCollectionHealthIterable. service()Returns an iterable to iterate through the paginatedDescribeOrganizationResourceCollectionHealthResponse.service()member.SdkPublisher<ServiceHealth>DescribeOrganizationResourceCollectionHealthPublisher. service()Returns a publisher that can be used to get a stream of data.SdkIterable<ServiceHealth>DescribeResourceCollectionHealthIterable. service()Returns an iterable to iterate through the paginatedDescribeResourceCollectionHealthResponse.service()member.SdkPublisher<ServiceHealth>DescribeResourceCollectionHealthPublisher. service()Returns a publisher that can be used to get a stream of data.
-