| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.requests |
| Modifier and Type | Method and Description |
|---|---|
static ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.builder() |
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.copy(ListEntityAssociationsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.directOrAllAssociations(ListEntityAssociationsRequest.DirectOrAllAssociations directOrAllAssociations)
Indicates whether to return direct associated entities or direct and inferred associated entities.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.logAnalyticsEntityId(String logAnalyticsEntityId)
The log analytics entity OCID.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.sortBy(ListEntityAssociationsRequest.SortBy sortBy)
The field to sort entities by.
|
ListEntityAssociationsRequest.Builder |
ListEntityAssociationsRequest.Builder.sortOrder(ListEntityAssociationsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC) or descending (DESC). |
Copyright © 2016–2021. All rights reserved.