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