Uses of Class
software.amazon.awssdk.services.ssm.model.OpsEntity
-
Packages that use OpsEntity Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 OpsEntity Modifier and Type Method Description List<OpsEntity>GetOpsSummaryResponse. entities()The list of aggregated details and filtered OpsData.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsEntity Modifier and Type Method Description GetOpsSummaryResponse.BuilderGetOpsSummaryResponse.Builder. entities(OpsEntity... entities)The list of aggregated details and filtered OpsData.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsEntity Modifier and Type Method Description GetOpsSummaryResponse.BuilderGetOpsSummaryResponse.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 OpsEntity Modifier and Type Method Description SdkIterable<OpsEntity>GetOpsSummaryIterable. entities()Returns an iterable to iterate through the paginatedGetOpsSummaryResponse.entities()member.SdkPublisher<OpsEntity>GetOpsSummaryPublisher. entities()Returns a publisher that can be used to get a stream of data.
-