Uses of Class
software.amazon.awssdk.services.ssm.model.OpsEntity
Packages that use OpsEntity
Package
Description
-
Uses of OpsEntity in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsEntityModifier and TypeMethodDescriptionGetOpsSummaryResponse.entities()The list of aggregated details and filtered OpsData.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsEntityModifier and TypeMethodDescriptionThe list of aggregated details and filtered OpsData.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsEntityModifier and TypeMethodDescriptionGetOpsSummaryResponse.Builder.entities(Collection<OpsEntity> entities) The list of aggregated details and filtered OpsData. -
Uses of OpsEntity in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type OpsEntityModifier and TypeMethodDescriptionfinal SdkIterable<OpsEntity>GetOpsSummaryIterable.entities()Returns an iterable to iterate through the paginatedGetOpsSummaryResponse.entities()member.final SdkPublisher<OpsEntity>GetOpsSummaryPublisher.entities()Returns a publisher that can be used to get a stream of data.