Class DiscoveryClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.cloudbridge.DiscoveryClient
 
 
- 
- All Implemented Interfaces:
- Discovery,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220509") public class DiscoveryClient extends BaseSyncClient implements Discovery
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDiscoveryClient.BuilderBuilder class for this client.
 - 
Field SummaryFields Modifier and Type Field Description StringclientCommonLibraryVersionCompatible SDK version, provided by the codegen.Optional<String>minimumClientCommonLibraryVersionFromClientMinimum compatible SDK version, maybe provided by the codegen.static ServiceSERVICEService instance for Discovery.
 - 
Constructor SummaryConstructors Constructor Description DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.DiscoveryClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.DiscoveryClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.DiscoveryClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiscoveryClient.Builderbuilder()Create a builder for this client.ChangeAssetSourceCompartmentResponsechangeAssetSourceCompartment(ChangeAssetSourceCompartmentRequest request)Moves a resource into a different compartment.ChangeDiscoveryScheduleCompartmentResponsechangeDiscoveryScheduleCompartment(ChangeDiscoveryScheduleCompartmentRequest request)Moves the specified discovery schedule into a different compartment.voidclose()CreateAssetSourceResponsecreateAssetSource(CreateAssetSourceRequest request)Creates an asset source.CreateDiscoveryScheduleResponsecreateDiscoverySchedule(CreateDiscoveryScheduleRequest request)Creates the discovery schedule.DeleteAssetSourceResponsedeleteAssetSource(DeleteAssetSourceRequest request)Deletes the asset source by ID.DeleteDiscoveryScheduleResponsedeleteDiscoverySchedule(DeleteDiscoveryScheduleRequest request)Deletes the specified discovery schedule.GetAssetSourceResponsegetAssetSource(GetAssetSourceRequest request)Gets the asset source by ID.StringgetClientCommonLibraryVersion()protected ClientConfiguratorgetDefaultConfigurator()GetDiscoveryScheduleResponsegetDiscoverySchedule(GetDiscoveryScheduleRequest request)Reads information about the specified discovery schedule.StringgetEndpoint()Optional<String>getMinimumClientCommonLibraryVersionFromClient()DiscoveryPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.DiscoveryWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.ListAssetSourceConnectionsResponselistAssetSourceConnections(ListAssetSourceConnectionsRequest request)Gets known connections to the asset source by the asset source ID.ListAssetSourcesResponselistAssetSources(ListAssetSourcesRequest request)Returns a list of asset sources.ListDiscoverySchedulesResponselistDiscoverySchedules(ListDiscoverySchedulesRequest request)Lists discovery schedules.ListSupportedCloudRegionsResponselistSupportedCloudRegions(ListSupportedCloudRegionsRequest request)Returns a list of supported cloud regions related to AssetSourceTypeParam.voidpopulateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)Populate the parameters in the endpoint with its corresponding value and update the base endpoint.RefreshAssetSourceResponserefreshAssetSource(RefreshAssetSourceRequest request)Initiates the process of asset metadata synchronization with the related asset source.voidrefreshClient()Rebuild the backingHttpClient.voidsetEndpoint(String endpoint)voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).UpdateAssetSourceResponseupdateAssetSource(UpdateAssetSourceRequest request)Updates the asset source.voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.UpdateDiscoveryScheduleResponseupdateDiscoverySchedule(UpdateDiscoveryScheduleRequest request)Updates the specified discovery schedule.voiduseRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)This method should be used to enable or disable the use of realm-specific endpoint template.- 
Methods inherited from class com.oracle.bmc.http.internal.BaseSyncClientclientCall
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.AutoCloseableclose
 - 
Methods inherited from interface com.oracle.bmc.cloudbridge.DiscoverygetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
DiscoveryClient@Deprecated public DiscoveryClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DiscoveryClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
DiscoveryClient@Deprecated public DiscoveryClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DiscoveryClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
DiscoveryClient@Deprecated public DiscoveryClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DiscoveryClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
DiscoveryClient@Deprecated public DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DiscoveryClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
DiscoveryClient@Deprecated public DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DiscoveryClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
DiscoveryClient@Deprecated public DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DiscoveryClient.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)
 
 - 
DiscoveryClient@Deprecated public DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DiscoveryClient.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
 
 - 
DiscoveryClient@Deprecated public DiscoveryClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- DiscoveryClient.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-- DiscoveryClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static DiscoveryClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:DiscoverySets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:DiscoverySets 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 callsetEndpoint.
 - 
changeAssetSourceCompartmentpublic ChangeAssetSourceCompartmentResponse changeAssetSourceCompartment(ChangeAssetSourceCompartmentRequest request) Description copied from interface:DiscoveryMoves a resource into a different compartment.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeAssetSourceCompartmentin interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeDiscoveryScheduleCompartmentpublic ChangeDiscoveryScheduleCompartmentResponse changeDiscoveryScheduleCompartment(ChangeDiscoveryScheduleCompartmentRequest request) Description copied from interface:DiscoveryMoves the specified discovery schedule into a different compartment.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeDiscoveryScheduleCompartmentin interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createAssetSourcepublic CreateAssetSourceResponse createAssetSource(CreateAssetSourceRequest request) Description copied from interface:DiscoveryCreates an asset source.- Specified by:
- createAssetSourcein interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createDiscoverySchedulepublic CreateDiscoveryScheduleResponse createDiscoverySchedule(CreateDiscoveryScheduleRequest request) Description copied from interface:DiscoveryCreates the discovery schedule.- Specified by:
- createDiscoverySchedulein interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteAssetSourcepublic DeleteAssetSourceResponse deleteAssetSource(DeleteAssetSourceRequest request) Description copied from interface:DiscoveryDeletes the asset source by ID.- Specified by:
- deleteAssetSourcein interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteDiscoverySchedulepublic DeleteDiscoveryScheduleResponse deleteDiscoverySchedule(DeleteDiscoveryScheduleRequest request) Description copied from interface:DiscoveryDeletes the specified discovery schedule.- Specified by:
- deleteDiscoverySchedulein interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getAssetSourcepublic GetAssetSourceResponse getAssetSource(GetAssetSourceRequest request) Description copied from interface:DiscoveryGets the asset source by ID.- Specified by:
- getAssetSourcein interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getDiscoverySchedulepublic GetDiscoveryScheduleResponse getDiscoverySchedule(GetDiscoveryScheduleRequest request) Description copied from interface:DiscoveryReads information about the specified discovery schedule.- Specified by:
- getDiscoverySchedulein interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listAssetSourceConnectionspublic ListAssetSourceConnectionsResponse listAssetSourceConnections(ListAssetSourceConnectionsRequest request) Description copied from interface:DiscoveryGets known connections to the asset source by the asset source ID.- Specified by:
- listAssetSourceConnectionsin interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listAssetSourcespublic ListAssetSourcesResponse listAssetSources(ListAssetSourcesRequest request) Description copied from interface:DiscoveryReturns a list of asset sources.- Specified by:
- listAssetSourcesin interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listDiscoverySchedulespublic ListDiscoverySchedulesResponse listDiscoverySchedules(ListDiscoverySchedulesRequest request) Description copied from interface:DiscoveryLists discovery schedules.- Specified by:
- listDiscoverySchedulesin interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listSupportedCloudRegionspublic ListSupportedCloudRegionsResponse listSupportedCloudRegions(ListSupportedCloudRegionsRequest request) Description copied from interface:DiscoveryReturns a list of supported cloud regions related to AssetSourceTypeParam.- Specified by:
- listSupportedCloudRegionsin interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
refreshAssetSourcepublic RefreshAssetSourceResponse refreshAssetSource(RefreshAssetSourceRequest request) Description copied from interface:DiscoveryInitiates the process of asset metadata synchronization with the related asset source.- Specified by:
- refreshAssetSourcein interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateAssetSourcepublic UpdateAssetSourceResponse updateAssetSource(UpdateAssetSourceRequest request) Description copied from interface:DiscoveryUpdates the asset source.- Specified by:
- updateAssetSourcein interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateDiscoverySchedulepublic UpdateDiscoveryScheduleResponse updateDiscoverySchedule(UpdateDiscoveryScheduleRequest request) Description copied from interface:DiscoveryUpdates the specified discovery schedule.- Specified by:
- updateDiscoverySchedulein interface- Discovery
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic DiscoveryWaiters getWaiters() Description copied from interface:DiscoveryGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- Discovery
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic DiscoveryPaginators getPaginators() Description copied from interface:DiscoveryGets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Specified by:
- getPaginatorsin interface- Discovery
- Returns:
- The service paginators.
 
 - 
getDefaultConfiguratorprotected ClientConfigurator getDefaultConfigurator() 
 - 
useRealmSpecificEndpointTemplatepublic void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled) This method should be used to enable or disable the use of realm-specific endpoint template.The default value is null. To enable the use of endpoint template defined for the realm in use, set the flag to true To disable the use of endpoint template defined for the realm in use, set the flag to false - Parameters:
- useOfRealmSpecificEndpointTemplateEnabled- This flag can be set to true or false to enable or disable the use of realm-specific endpoint template respectively
 
 - 
populateServiceParametersInEndpointpublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap) Populate the parameters in the endpoint with its corresponding value and update the base endpoint.The value will be populated iff the parameter in endpoint is a required request path parameter or a required request query parameter. If not, the parameter in the endpoint will be ignored and left blank. - Parameters:
- endpoint- The endpoint template in use
- requiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
 
 - 
updateBaseEndpointpublic final void updateBaseEndpoint(String endpoint) This method should be used for parameterized endpoint templates only.This does not include {region} and {secondLevelDomain} parameters. - Parameters:
- endpoint- The updated endpoint to use
 
 - 
setEndpointpublic final void setEndpoint(String endpoint) 
 - 
getEndpointpublic final String getEndpoint() 
 - 
refreshClientpublic final void refreshClient() Rebuild the backingHttpClient.This will call ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
 - 
closepublic final void close() - Specified by:
- closein interface- AutoCloseable
 
 - 
getClientCommonLibraryVersionpublic String getClientCommonLibraryVersion() 
 
- 
 
-