Uses of Class
software.amazon.awssdk.services.health.model.AffectedEntity
-
Packages that use AffectedEntity Package Description software.amazon.awssdk.services.health.model software.amazon.awssdk.services.health.paginators -
-
Uses of AffectedEntity in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type AffectedEntity Modifier and Type Method Description List<AffectedEntity>DescribeAffectedEntitiesForOrganizationResponse. entities()A JSON set of elements including theawsAccountIdand itsentityArn,entityValueand itsentityArn,lastUpdatedTime, andstatusCode.List<AffectedEntity>DescribeAffectedEntitiesResponse. entities()The entities that match the filter criteria.Methods in software.amazon.awssdk.services.health.model with parameters of type AffectedEntity Modifier and Type Method Description DescribeAffectedEntitiesForOrganizationResponse.BuilderDescribeAffectedEntitiesForOrganizationResponse.Builder. entities(AffectedEntity... entities)A JSON set of elements including theawsAccountIdand itsentityArn,entityValueand itsentityArn,lastUpdatedTime, andstatusCode.DescribeAffectedEntitiesResponse.BuilderDescribeAffectedEntitiesResponse.Builder. entities(AffectedEntity... entities)The entities that match the filter criteria.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type AffectedEntity Modifier and Type Method Description DescribeAffectedEntitiesForOrganizationResponse.BuilderDescribeAffectedEntitiesForOrganizationResponse.Builder. entities(Collection<AffectedEntity> entities)A JSON set of elements including theawsAccountIdand itsentityArn,entityValueand itsentityArn,lastUpdatedTime, andstatusCode.DescribeAffectedEntitiesResponse.BuilderDescribeAffectedEntitiesResponse.Builder. entities(Collection<AffectedEntity> entities)The entities that match the filter criteria. -
Uses of AffectedEntity in software.amazon.awssdk.services.health.paginators
Methods in software.amazon.awssdk.services.health.paginators that return types with arguments of type AffectedEntity Modifier and Type Method Description SdkIterable<AffectedEntity>DescribeAffectedEntitiesForOrganizationIterable. entities()Returns an iterable to iterate through the paginatedDescribeAffectedEntitiesForOrganizationResponse.entities()member.SdkPublisher<AffectedEntity>DescribeAffectedEntitiesForOrganizationPublisher. entities()Returns a publisher that can be used to get a stream of data.SdkIterable<AffectedEntity>DescribeAffectedEntitiesIterable. entities()Returns an iterable to iterate through the paginatedDescribeAffectedEntitiesResponse.entities()member.SdkPublisher<AffectedEntity>DescribeAffectedEntitiesPublisher. entities()Returns a publisher that can be used to get a stream of data.
-