Uses of Class
software.amazon.awssdk.services.groundstation.model.ContactStatus
-
Packages that use ContactStatus Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of ContactStatus in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return ContactStatus Modifier and Type Method Description ContactStatusContactData. contactStatus()Status of a contact.ContactStatusDescribeContactResponse. contactStatus()Status of a contact.static ContactStatusContactStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContactStatusContactStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactStatus[]ContactStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type ContactStatus Modifier and Type Method Description static Set<ContactStatus>ContactStatus. knownValues()List<ContactStatus>ListContactsRequest. statusList()Status of a contact reservation.Methods in software.amazon.awssdk.services.groundstation.model with parameters of type ContactStatus Modifier and Type Method Description ContactData.BuilderContactData.Builder. contactStatus(ContactStatus contactStatus)Status of a contact.DescribeContactResponse.BuilderDescribeContactResponse.Builder. contactStatus(ContactStatus contactStatus)Status of a contact.ListContactsRequest.BuilderListContactsRequest.Builder. statusList(ContactStatus... statusList)Status of a contact reservation.Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type ContactStatus Modifier and Type Method Description ListContactsRequest.BuilderListContactsRequest.Builder. statusList(Collection<ContactStatus> statusList)Status of a contact reservation.
-