@Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public class OdaClient extends BaseSyncClient implements Oda
Modifier and Type | Class and Description |
---|---|
static class |
OdaClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
String |
clientCommonLibraryVersion
Compatible SDK version, provided by the codegen.
|
Optional<String> |
minimumClientCommonLibraryVersionFromClient
Minimum compatible SDK version, maybe provided by the codegen.
|
static Service |
SERVICE
Service instance for Oda.
|
Constructor and Description |
---|
OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Deprecated.
Use the
builder instead. |
OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Deprecated.
Use the
builder instead. |
OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Deprecated.
Use the
builder instead. |
OdaClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.
Use the
builder instead. |
OdaClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Deprecated.
Use the
builder instead. |
OdaClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Deprecated.
Use the
builder instead. |
Modifier and Type | Method and Description |
---|---|
static OdaClient.Builder |
builder()
Create a builder for this client.
|
ChangeOdaInstanceCompartmentResponse |
changeOdaInstanceCompartment(ChangeOdaInstanceCompartmentRequest request)
Moves an Digital Assistant instance into a different compartment.
|
void |
close() |
CreateOdaInstanceResponse |
createOdaInstance(CreateOdaInstanceRequest request)
Starts an asynchronous job to create a Digital Assistant instance.
|
CreateOdaInstanceAttachmentResponse |
createOdaInstanceAttachment(CreateOdaInstanceAttachmentRequest request)
Starts an asynchronous job to create a Digital Assistant instance attachment.
|
DeleteOdaInstanceResponse |
deleteOdaInstance(DeleteOdaInstanceRequest request)
Starts an asynchronous job to delete the specified Digital Assistant instance.
|
DeleteOdaInstanceAttachmentResponse |
deleteOdaInstanceAttachment(DeleteOdaInstanceAttachmentRequest request)
Starts an asynchronous job to delete the specified Digital Assistant instance attachment.
|
String |
getClientCommonLibraryVersion() |
protected ClientConfigurator |
getDefaultConfigurator() |
String |
getEndpoint() |
Optional<String> |
getMinimumClientCommonLibraryVersionFromClient() |
GetOdaInstanceResponse |
getOdaInstance(GetOdaInstanceRequest request)
Gets the specified Digital Assistant instance.
|
GetOdaInstanceAttachmentResponse |
getOdaInstanceAttachment(GetOdaInstanceAttachmentRequest request)
Gets an ODA instance attachment by identifier
|
OdaPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data.
|
OdaWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
GetWorkRequestResponse |
getWorkRequest(GetWorkRequestRequest request)
Gets information about the work request with the specified ID, including its status.
|
ListOdaInstanceAttachmentsResponse |
listOdaInstanceAttachments(ListOdaInstanceAttachmentsRequest request)
Returns a list of ODA instance attachments
|
ListOdaInstancesResponse |
listOdaInstances(ListOdaInstancesRequest request)
Returns a page of Digital Assistant instances that belong to the specified compartment.
|
ListWorkRequestErrorsResponse |
listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Returns a page of errors for the specified work request.
|
ListWorkRequestLogsResponse |
listWorkRequestLogs(ListWorkRequestLogsRequest request)
Returns a page of of log messages for a given work request.
|
ListWorkRequestsResponse |
listWorkRequests(ListWorkRequestsRequest request)
Returns a page of work requests for the specified compartment.
|
void |
populateServiceParametersInEndpoint(String endpoint,
Map<String,Object> requiredParametersMap)
Populate the parameters in the endpoint with its corresponding value and update the base
endpoint.
|
void |
refreshClient()
Rebuild the backing
HttpClient . |
void |
setEndpoint(String endpoint) |
void |
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
|
void |
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
|
StartOdaInstanceResponse |
startOdaInstance(StartOdaInstanceRequest request)
Starts an inactive Digital Assistant instance.
|
StopOdaInstanceResponse |
stopOdaInstance(StopOdaInstanceRequest request)
Stops an active Digital Assistant instance.
|
void |
updateBaseEndpoint(String endpoint)
This method should be used for parameterized endpoint templates only.
|
UpdateOdaInstanceResponse |
updateOdaInstance(UpdateOdaInstanceRequest request)
Updates the specified Digital Assistant instance with the information in the request body.
|
UpdateOdaInstanceAttachmentResponse |
updateOdaInstanceAttachment(UpdateOdaInstanceAttachmentRequest request)
Updates the ODA instance attachment
|
void |
useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
This method should be used to enable or disable the use of realm-specific endpoint template.
|
clientCall
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
close
public static final Service SERVICE
Service instance for Oda.
public final String clientCommonLibraryVersion
@Deprecated public OdaClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see OdaClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)@Deprecated public OdaClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see OdaClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
@Deprecated public OdaClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see OdaClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
@Deprecated public OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see OdaClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
@Deprecated public OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see OdaClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
@Deprecated public OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see OdaClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
endpoint
- ClientBuilderBase.endpoint(java.lang.String)
@Deprecated public OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see OdaClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
endpoint
- ClientBuilderBase.endpoint(java.lang.String)
signingStrategyRequestSignerFactories
- ClientBuilderBase.signingStrategyRequestSignerFactories
@Deprecated public OdaClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see OdaClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
endpoint
- ClientBuilderBase.endpoint(java.lang.String)
signingStrategyRequestSignerFactories
- ClientBuilderBase.signingStrategyRequestSignerFactories
executorService
- OdaClient.Builder.executorService
public static OdaClient.Builder builder()
Create a builder for this client.
public void setRegion(Region region)
Oda
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the
endpoint. If the service is not available in this Region, however, an
IllegalArgumentException will be raised.
public void setRegion(String regionId)
Oda
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call setRegion
.
If no known Region could be determined, it will create an endpoint based on the default
endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
public ChangeOdaInstanceCompartmentResponse changeOdaInstanceCompartment(ChangeOdaInstanceCompartmentRequest request)
Oda
Moves an Digital Assistant instance into a different compartment. When provided, If-Match is checked against ETag values of the resource.
changeOdaInstanceCompartment
in interface Oda
request
- The request object containing the details to sendpublic CreateOdaInstanceResponse createOdaInstance(CreateOdaInstanceRequest request)
Oda
Starts an asynchronous job to create a Digital Assistant instance.
To monitor the status of the job, take the `opc-work-request-id` response header value and use it to call `GET /workRequests/{workRequestId}`.
createOdaInstance
in interface Oda
request
- The request object containing the details to sendpublic CreateOdaInstanceAttachmentResponse createOdaInstanceAttachment(CreateOdaInstanceAttachmentRequest request)
Oda
Starts an asynchronous job to create a Digital Assistant instance attachment.
To monitor the status of the job, take the `opc-work-request-id` response header value and use it to call `GET /workRequests/{workRequestId}`.
createOdaInstanceAttachment
in interface Oda
request
- The request object containing the details to sendpublic DeleteOdaInstanceResponse deleteOdaInstance(DeleteOdaInstanceRequest request)
Oda
Starts an asynchronous job to delete the specified Digital Assistant instance. To monitor the
status of the job, take the opc-work-request-id
response header value and use it to call
GET /workRequests/{workRequestId}
.
deleteOdaInstance
in interface Oda
request
- The request object containing the details to sendpublic DeleteOdaInstanceAttachmentResponse deleteOdaInstanceAttachment(DeleteOdaInstanceAttachmentRequest request)
Oda
Starts an asynchronous job to delete the specified Digital Assistant instance attachment.
deleteOdaInstanceAttachment
in interface Oda
request
- The request object containing the details to sendpublic GetOdaInstanceResponse getOdaInstance(GetOdaInstanceRequest request)
Oda
Gets the specified Digital Assistant instance.
getOdaInstance
in interface Oda
request
- The request object containing the details to sendpublic GetOdaInstanceAttachmentResponse getOdaInstanceAttachment(GetOdaInstanceAttachmentRequest request)
Oda
Gets an ODA instance attachment by identifier
getOdaInstanceAttachment
in interface Oda
request
- The request object containing the details to sendpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
Oda
Gets information about the work request with the specified ID, including its status.
You can use this operation to monitor the status of jobs that you requested to create, delete, and update instances.
getWorkRequest
in interface Oda
request
- The request object containing the details to sendpublic ListOdaInstanceAttachmentsResponse listOdaInstanceAttachments(ListOdaInstanceAttachmentsRequest request)
Oda
Returns a list of ODA instance attachments
listOdaInstanceAttachments
in interface Oda
request
- The request object containing the details to sendpublic ListOdaInstancesResponse listOdaInstances(ListOdaInstancesRequest request)
Oda
Returns a page of Digital Assistant instances that belong to the specified compartment.
If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.
listOdaInstances
in interface Oda
request
- The request object containing the details to sendpublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Oda
Returns a page of errors for the specified work request.
If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.
listWorkRequestErrors
in interface Oda
request
- The request object containing the details to sendpublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
Oda
Returns a page of of log messages for a given work request.
If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.
listWorkRequestLogs
in interface Oda
request
- The request object containing the details to sendpublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
Oda
Returns a page of work requests for the specified compartment.
If the `opc-next-page` header appears in the response, then there are more items to retrieve. To get the next page in the subsequent GET request, include the header's value as the `page` query parameter.
listWorkRequests
in interface Oda
request
- The request object containing the details to sendpublic StartOdaInstanceResponse startOdaInstance(StartOdaInstanceRequest request)
Oda
Starts an inactive Digital Assistant instance. Once active, the instance will be accessible and metering of requests will be started again.
startOdaInstance
in interface Oda
request
- The request object containing the details to sendpublic StopOdaInstanceResponse stopOdaInstance(StopOdaInstanceRequest request)
Oda
Stops an active Digital Assistant instance. Once inactive, the instance will not be accessible and metering of requests will be stopped until the instance is started again. Data associated with the instance is not affected.
stopOdaInstance
in interface Oda
request
- The request object containing the details to sendpublic UpdateOdaInstanceResponse updateOdaInstance(UpdateOdaInstanceRequest request)
Oda
Updates the specified Digital Assistant instance with the information in the request body.
updateOdaInstance
in interface Oda
request
- The request object containing the details to sendpublic UpdateOdaInstanceAttachmentResponse updateOdaInstanceAttachment(UpdateOdaInstanceAttachmentRequest request)
Oda
Updates the ODA instance attachment
updateOdaInstanceAttachment
in interface Oda
request
- The request object containing the details to sendpublic OdaWaiters getWaiters()
Oda
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface Oda
public OdaPaginators getPaginators()
Oda
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data. These paginators provide an Iterable
interface so that service responses, or resources/records, can be iterated through without
having to manually deal with pagination and page tokens.
getPaginators
in interface Oda
protected ClientConfigurator getDefaultConfigurator()
public void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
useOfRealmSpecificEndpointTemplateEnabled
- This flag can be set to true or false to
enable or disable the use of realm-specific endpoint template respectivelypublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)
endpoint
- The endpoint template in userequiredParametersMap
- Map of parameter name as key and value set in request path or
query parameter as valuepublic final void updateBaseEndpoint(String endpoint)
endpoint
- The updated endpoint to usepublic final void setEndpoint(String endpoint)
public final String getEndpoint()
public final void refreshClient()
HttpClient
. This will call ClientConfigurator
s again, and
can be used to e.g. refresh the SSL certificate.public final void close()
close
in interface AutoCloseable
public String getClientCommonLibraryVersion()
Copyright © 2016–2024. All rights reserved.