Package | Description |
---|---|
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.agentId(String agentId)
The ManagementAgent (OMA) or Instance (OCA)
OCID that
identifies the Agent.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.availabilityStatus(JmsPluginAvailabilityStatus availabilityStatus)
Filter JmsPlugin with its availability status.
|
static ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.builder()
Return a new builder for this request object.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.compartmentId(String compartmentId)
The OCID of the
compartment in which to list resources.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Flag to determine whether the info should be gathered only in the compartment or in the
compartment and its subcompartments.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.copy(ListJmsPluginsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.fleetId(String fleetId)
The ID of the Fleet.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.hostnameContains(String hostnameContains)
Filter the list with hostname contains the given value.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.id(String id)
The OCID of the
JmsPlugin.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.lifecycleState(JmsPluginLifecycleState lifecycleState)
Filter JmsPlugin with its lifecycle state.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.sortBy(JmsPluginSortBy sortBy)
The field to sort JmsPlugin.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.timeLastSeenLessThanOrEqualTo(Date timeLastSeenLessThanOrEqualTo)
If present, only plugins with a last seen time before this parameter are searched
(formatted according to RFC3339).
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.Builder.timeRegisteredLessThanOrEqualTo(Date timeRegisteredLessThanOrEqualTo)
If present, only plugins with a registration time before this parameter are searched
(formatted according to RFC3339).
|
ListJmsPluginsRequest.Builder |
ListJmsPluginsRequest.toBuilder()
Return an instance of
ListJmsPluginsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.