Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemIdentity
Packages that use OpsItemIdentity
-
Uses of OpsItemIdentity in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsItemIdentityModifier and TypeMethodDescriptionfinal OpsItemIdentityOpsItemEventSummary.createdBy()Information about the user or resource that created the OpsItem event.final OpsItemIdentityOpsItemRelatedItemSummary.createdBy()Returns the value of the CreatedBy property for this object.final OpsItemIdentityOpsItemRelatedItemSummary.lastModifiedBy()Returns the value of the LastModifiedBy property for this object.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemIdentityModifier and TypeMethodDescriptionOpsItemEventSummary.Builder.createdBy(OpsItemIdentity createdBy) Information about the user or resource that created the OpsItem event.OpsItemRelatedItemSummary.Builder.createdBy(OpsItemIdentity createdBy) Sets the value of the CreatedBy property for this object.OpsItemRelatedItemSummary.Builder.lastModifiedBy(OpsItemIdentity lastModifiedBy) Sets the value of the LastModifiedBy property for this object.