Package com.strongdm.api
Class DiscoveryConnectors
java.lang.Object
com.strongdm.api.DiscoveryConnectors
- All Implemented Interfaces:
SnapshotDiscoveryConnectors
A Discovery Connector is a configuration object for performing Resource
Scans in remote systems such as AWS, GCP, Azure, and other systems.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate adds a new Connector.Delete removes a Connector by ID.Get reads one Connector by IDList gets a list of Connectors matching a given set of criteria.Update replaces all the fields of a Connector by ID.withDeadlineAfter(long duration, TimeUnit units) This function returns a copy of the DiscoveryConnectors service which has the given deadline set for all method calls.
-
Constructor Details
-
DiscoveryConnectors
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the DiscoveryConnectors service which has the given deadline set for all method calls. -
create
Create adds a new Connector.- Throws:
RpcException
-
get
Get reads one Connector by ID- Specified by:
getin interfaceSnapshotDiscoveryConnectors- Throws:
RpcException
-
update
Update replaces all the fields of a Connector by ID.- Throws:
RpcException
-
delete
Delete removes a Connector by ID.- Throws:
RpcException
-
list
List gets a list of Connectors matching a given set of criteria.- Specified by:
listin interfaceSnapshotDiscoveryConnectors- Throws:
RpcException
-