Uses of Class
com.oracle.bmc.loganalytics.requests.ListEntityAssociationsRequest.DirectOrAllAssociations
-
Packages that use ListEntityAssociationsRequest.DirectOrAllAssociations Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListEntityAssociationsRequest.DirectOrAllAssociations in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListEntityAssociationsRequest.DirectOrAllAssociations Modifier and Type Method Description static ListEntityAssociationsRequest.DirectOrAllAssociationsListEntityAssociationsRequest.DirectOrAllAssociations. create(String key)ListEntityAssociationsRequest.DirectOrAllAssociationsListEntityAssociationsRequest. getDirectOrAllAssociations()Indicates whether to return direct associated entities or direct and inferred associated entities.static ListEntityAssociationsRequest.DirectOrAllAssociationsListEntityAssociationsRequest.DirectOrAllAssociations. valueOf(String name)Returns the enum constant of this type with the specified name.static ListEntityAssociationsRequest.DirectOrAllAssociations[]ListEntityAssociationsRequest.DirectOrAllAssociations. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ListEntityAssociationsRequest.DirectOrAllAssociations Modifier and Type Method Description ListEntityAssociationsRequest.BuilderListEntityAssociationsRequest.Builder. directOrAllAssociations(ListEntityAssociationsRequest.DirectOrAllAssociations directOrAllAssociations)Indicates whether to return direct associated entities or direct and inferred associated entities.
-