@Generated(value="OracleSDKGenerator", comments="API Version: 20210101") public class AnomalyDetectionClient extends Object implements AnomalyDetection
Modifier and Type | Class and Description |
---|---|
static class |
AnomalyDetectionClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
static Service |
SERVICE
Service instance for AnomalyDetection.
|
Modifier | Constructor and Description |
---|---|
|
AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration.
|
|
AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration.
|
|
AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
|
AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
|
AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Creates a new service instance using the given authentication provider and client configuration.
|
protected |
AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService,
RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration.
|
|
AnomalyDetectionClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
|
|
AnomalyDetectionClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
|
|
AnomalyDetectionClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration.
|
Modifier and Type | Method and Description |
---|---|
static AnomalyDetectionClient.Builder |
builder()
Create a builder for this client.
|
CancelWorkRequestResponse |
cancelWorkRequest(CancelWorkRequestRequest request)
Cancel work request with the given ID.
|
ChangeAiPrivateEndpointCompartmentResponse |
changeAiPrivateEndpointCompartment(ChangeAiPrivateEndpointCompartmentRequest request)
Moves a resource into a different compartment.
|
ChangeDataAssetCompartmentResponse |
changeDataAssetCompartment(ChangeDataAssetCompartmentRequest request)
Changing the compartment of a data asset.
|
ChangeModelCompartmentResponse |
changeModelCompartment(ChangeModelCompartmentRequest request)
Moves a Model resource from one compartment to another.
|
ChangeProjectCompartmentResponse |
changeProjectCompartment(ChangeProjectCompartmentRequest request)
Moves a Project resource from one compartment to another.
|
void |
close() |
CreateAiPrivateEndpointResponse |
createAiPrivateEndpoint(CreateAiPrivateEndpointRequest request)
Create a new private reverse connection endpoint.
|
CreateDataAssetResponse |
createDataAsset(CreateDataAssetRequest request)
Creates a new DataAsset.
|
CreateModelResponse |
createModel(CreateModelRequest request)
Creates a new Model.
|
CreateProjectResponse |
createProject(CreateProjectRequest request)
Creates a new Project.
|
DeleteAiPrivateEndpointResponse |
deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request)
Deletes a private reverse connection endpoint by identifier.
|
DeleteDataAssetResponse |
deleteDataAsset(DeleteDataAssetRequest request)
Deletes a DataAsset resource by identifier
|
DeleteModelResponse |
deleteModel(DeleteModelRequest request)
Deletes an ai model resource by identifier.
|
DeleteProjectResponse |
deleteProject(DeleteProjectRequest request)
Deletes a Project resource by identifier.
|
DetectAnomaliesResponse |
detectAnomalies(DetectAnomaliesRequest request)
Make a detect call with an anomaly model and detection data
|
GetAiPrivateEndpointResponse |
getAiPrivateEndpoint(GetAiPrivateEndpointRequest request)
Gets a specific private reverse connection by identifier.
|
GetDataAssetResponse |
getDataAsset(GetDataAssetRequest request)
Gets a DataAsset by identifier
|
String |
getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
|
GetModelResponse |
getModel(GetModelRequest request)
Gets a Model by identifier
|
AnomalyDetectionPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple
pages of data.
|
GetProjectResponse |
getProject(GetProjectRequest request)
Gets a Project by identifier
|
AnomalyDetectionWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
GetWorkRequestResponse |
getWorkRequest(GetWorkRequestRequest request)
Gets the status of the work request with the given ID.
|
ListAiPrivateEndpointsResponse |
listAiPrivateEndpoints(ListAiPrivateEndpointsRequest request)
Returns a list of all the AI private endpoints in the specified compartment.
|
ListDataAssetsResponse |
listDataAssets(ListDataAssetsRequest request)
Returns a list of DataAssets.
|
ListModelsResponse |
listModels(ListModelsRequest request)
Returns a list of Models.
|
ListProjectsResponse |
listProjects(ListProjectsRequest request)
Returns a list of Projects.
|
ListWorkRequestErrorsResponse |
listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Return a (paginated) list of errors for a given work request.
|
ListWorkRequestLogsResponse |
listWorkRequestLogs(ListWorkRequestLogsRequest request)
Return a (paginated) list of logs for a given work request.
|
ListWorkRequestsResponse |
listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a compartment.
|
void |
refreshClient()
Rebuilds the client from scratch.
|
void |
setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
|
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’).
|
UpdateAiPrivateEndpointResponse |
updateAiPrivateEndpoint(UpdateAiPrivateEndpointRequest request)
Updates the private reverse connection endpoint.
|
UpdateDataAssetResponse |
updateDataAsset(UpdateDataAssetRequest request)
Updates the DataAsset
|
UpdateModelResponse |
updateModel(UpdateModelRequest request)
Updates the Model
|
UpdateProjectResponse |
updateProject(UpdateProjectRequest request)
Updates the Project
|
public static final Service SERVICE
Service instance for AnomalyDetection.
public AnomalyDetectionClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
authenticationDetailsProvider
- The authentication details provider, required.public AnomalyDetectionClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.public AnomalyDetectionClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.public AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.public AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.public AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)executorService
- ExecutorService used by the client, or null to use the default configured ThreadPoolExecutorprotected AnomalyDetectionClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService, RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
Use the AnomalyDetectionClient.Builder
to get access to all these parameters.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)executorService
- ExecutorService used by the client, or null to use the default configured ThreadPoolExecutorrestClientFactoryBuilder
- the builder for the RestClientFactory
public static AnomalyDetectionClient.Builder builder()
Create a builder for this client.
public void refreshClient()
AnomalyDetection
Rebuilds the client from scratch. Useful to refresh certificates.
refreshClient
in interface AnomalyDetection
public void setEndpoint(String endpoint)
AnomalyDetection
Sets the endpoint to call (ex, https://www.example.com).
setEndpoint
in interface AnomalyDetection
endpoint
- The endpoint of the service.public String getEndpoint()
AnomalyDetection
Gets the set endpoint for REST call (ex, https://www.example.com)
getEndpoint
in interface AnomalyDetection
public void setRegion(Region region)
AnomalyDetection
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.
setRegion
in interface AnomalyDetection
region
- The region of the service.public void setRegion(String regionId)
AnomalyDetection
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
.
setRegion
in interface AnomalyDetection
regionId
- The public region ID.public void close()
close
in interface AutoCloseable
public CancelWorkRequestResponse cancelWorkRequest(CancelWorkRequestRequest request)
AnomalyDetection
Cancel work request with the given ID.
cancelWorkRequest
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ChangeAiPrivateEndpointCompartmentResponse changeAiPrivateEndpointCompartment(ChangeAiPrivateEndpointCompartmentRequest request)
AnomalyDetection
Moves a resource into a different compartment. When provided, ‘If-Match’ is checked against ‘ETag’ values of the resource.
changeAiPrivateEndpointCompartment
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ChangeDataAssetCompartmentResponse changeDataAssetCompartment(ChangeDataAssetCompartmentRequest request)
AnomalyDetection
Changing the compartment of a data asset.
changeDataAssetCompartment
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ChangeModelCompartmentResponse changeModelCompartment(ChangeModelCompartmentRequest request)
AnomalyDetection
Moves a Model resource from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
changeModelCompartment
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ChangeProjectCompartmentResponse changeProjectCompartment(ChangeProjectCompartmentRequest request)
AnomalyDetection
Moves a Project resource from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
changeProjectCompartment
in interface AnomalyDetection
request
- The request object containing the details to sendpublic CreateAiPrivateEndpointResponse createAiPrivateEndpoint(CreateAiPrivateEndpointRequest request)
AnomalyDetection
Create a new private reverse connection endpoint.
createAiPrivateEndpoint
in interface AnomalyDetection
request
- The request object containing the details to sendpublic CreateDataAssetResponse createDataAsset(CreateDataAssetRequest request)
AnomalyDetection
Creates a new DataAsset.
createDataAsset
in interface AnomalyDetection
request
- The request object containing the details to sendpublic CreateModelResponse createModel(CreateModelRequest request)
AnomalyDetection
Creates a new Model.
createModel
in interface AnomalyDetection
request
- The request object containing the details to sendpublic CreateProjectResponse createProject(CreateProjectRequest request)
AnomalyDetection
Creates a new Project.
createProject
in interface AnomalyDetection
request
- The request object containing the details to sendpublic DeleteAiPrivateEndpointResponse deleteAiPrivateEndpoint(DeleteAiPrivateEndpointRequest request)
AnomalyDetection
Deletes a private reverse connection endpoint by identifier.
deleteAiPrivateEndpoint
in interface AnomalyDetection
request
- The request object containing the details to sendpublic DeleteDataAssetResponse deleteDataAsset(DeleteDataAssetRequest request)
AnomalyDetection
Deletes a DataAsset resource by identifier
deleteDataAsset
in interface AnomalyDetection
request
- The request object containing the details to sendpublic DeleteModelResponse deleteModel(DeleteModelRequest request)
AnomalyDetection
Deletes an ai model resource by identifier. This operation fails with a 409 error unless all associated resources are in a DELETED state. You must delete all associated resources before deleting a project.
deleteModel
in interface AnomalyDetection
request
- The request object containing the details to sendpublic DeleteProjectResponse deleteProject(DeleteProjectRequest request)
AnomalyDetection
Deletes a Project resource by identifier. This operation fails with a 409 error unless all associated resources (models deployments or data assets) are in a DELETED state. You must delete all associated resources before deleting a project.
deleteProject
in interface AnomalyDetection
request
- The request object containing the details to sendpublic DetectAnomaliesResponse detectAnomalies(DetectAnomaliesRequest request)
AnomalyDetection
Make a detect call with an anomaly model and detection data
detectAnomalies
in interface AnomalyDetection
request
- The request object containing the details to sendpublic GetAiPrivateEndpointResponse getAiPrivateEndpoint(GetAiPrivateEndpointRequest request)
AnomalyDetection
Gets a specific private reverse connection by identifier.
getAiPrivateEndpoint
in interface AnomalyDetection
request
- The request object containing the details to sendpublic GetDataAssetResponse getDataAsset(GetDataAssetRequest request)
AnomalyDetection
Gets a DataAsset by identifier
getDataAsset
in interface AnomalyDetection
request
- The request object containing the details to sendpublic GetModelResponse getModel(GetModelRequest request)
AnomalyDetection
Gets a Model by identifier
getModel
in interface AnomalyDetection
request
- The request object containing the details to sendpublic GetProjectResponse getProject(GetProjectRequest request)
AnomalyDetection
Gets a Project by identifier
getProject
in interface AnomalyDetection
request
- The request object containing the details to sendpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
AnomalyDetection
Gets the status of the work request with the given ID.
getWorkRequest
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ListAiPrivateEndpointsResponse listAiPrivateEndpoints(ListAiPrivateEndpointsRequest request)
AnomalyDetection
Returns a list of all the AI private endpoints in the specified compartment.
listAiPrivateEndpoints
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ListDataAssetsResponse listDataAssets(ListDataAssetsRequest request)
AnomalyDetection
Returns a list of DataAssets.
listDataAssets
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ListModelsResponse listModels(ListModelsRequest request)
AnomalyDetection
Returns a list of Models.
listModels
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ListProjectsResponse listProjects(ListProjectsRequest request)
AnomalyDetection
Returns a list of Projects.
listProjects
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
AnomalyDetection
Return a (paginated) list of errors for a given work request.
listWorkRequestErrors
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
AnomalyDetection
Return a (paginated) list of logs for a given work request.
listWorkRequestLogs
in interface AnomalyDetection
request
- The request object containing the details to sendpublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
AnomalyDetection
Lists the work requests in a compartment.
listWorkRequests
in interface AnomalyDetection
request
- The request object containing the details to sendpublic UpdateAiPrivateEndpointResponse updateAiPrivateEndpoint(UpdateAiPrivateEndpointRequest request)
AnomalyDetection
Updates the private reverse connection endpoint.
updateAiPrivateEndpoint
in interface AnomalyDetection
request
- The request object containing the details to sendpublic UpdateDataAssetResponse updateDataAsset(UpdateDataAssetRequest request)
AnomalyDetection
Updates the DataAsset
updateDataAsset
in interface AnomalyDetection
request
- The request object containing the details to sendpublic UpdateModelResponse updateModel(UpdateModelRequest request)
AnomalyDetection
Updates the Model
updateModel
in interface AnomalyDetection
request
- The request object containing the details to sendpublic UpdateProjectResponse updateProject(UpdateProjectRequest request)
AnomalyDetection
Updates the Project
updateProject
in interface AnomalyDetection
request
- The request object containing the details to sendpublic AnomalyDetectionWaiters getWaiters()
AnomalyDetection
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface AnomalyDetection
public AnomalyDetectionPaginators getPaginators()
AnomalyDetection
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 AnomalyDetection
Copyright © 2016–2022. All rights reserved.