Class OcbAgentSvcClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.cloudbridge.OcbAgentSvcClient
 
 
- 
- All Implemented Interfaces:
- OcbAgentSvc,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220509") public class OcbAgentSvcClient extends BaseSyncClient implements OcbAgentSvc
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classOcbAgentSvcClient.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 OcbAgentSvc.
 - 
Constructor SummaryConstructors Constructor Description OcbAgentSvcClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.OcbAgentSvcClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.OcbAgentSvcClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.OcbAgentSvcClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.OcbAgentSvcClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.OcbAgentSvcClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.OcbAgentSvcClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.OcbAgentSvcClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AddAgentDependencyResponseaddAgentDependency(AddAgentDependencyRequest request)Add a dependency to the environment.static OcbAgentSvcClient.Builderbuilder()Create a builder for this client.ChangeAgentCompartmentResponsechangeAgentCompartment(ChangeAgentCompartmentRequest request)Moves an Agent resource from one compartment identifier to another.ChangeAgentDependencyCompartmentResponsechangeAgentDependencyCompartment(ChangeAgentDependencyCompartmentRequest request)Moves a AgentDependency resource from one compartment identifier to another.ChangeEnvironmentCompartmentResponsechangeEnvironmentCompartment(ChangeEnvironmentCompartmentRequest request)Moves a source environment resource from one compartment identifier to another.voidclose()CreateAgentResponsecreateAgent(CreateAgentRequest request)Creates an Agent.CreateAgentDependencyResponsecreateAgentDependency(CreateAgentDependencyRequest request)Creates an AgentDependency.CreateEnvironmentResponsecreateEnvironment(CreateEnvironmentRequest request)Creates a source environment.DeleteAgentResponsedeleteAgent(DeleteAgentRequest request)Deletes an Agent resource identified by an identifier.DeleteAgentDependencyResponsedeleteAgentDependency(DeleteAgentDependencyRequest request)Deletes the AgentDependency resource based on an identifier.DeleteEnvironmentResponsedeleteEnvironment(DeleteEnvironmentRequest request)Deletes a the source environment resource identified by an identifier.GetAgentResponsegetAgent(GetAgentRequest request)Gets an Agent by identifier.GetAgentDependencyResponsegetAgentDependency(GetAgentDependencyRequest request)Gets an AgentDependency by identifier.StringgetClientCommonLibraryVersion()protected ClientConfiguratorgetDefaultConfigurator()StringgetEndpoint()GetEnvironmentResponsegetEnvironment(GetEnvironmentRequest request)Gets a source environment by identifier.Optional<String>getMinimumClientCommonLibraryVersionFromClient()OcbAgentSvcPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetPluginResponsegetPlugin(GetPluginRequest request)Gets a plugin by identifier.OcbAgentSvcWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.ListAgentDependenciesResponselistAgentDependencies(ListAgentDependenciesRequest request)Returns a list of AgentDependencies such as AgentDependencyCollection.ListAgentsResponselistAgents(ListAgentsRequest request)Returns a list of Agents.ListApplianceImagesResponselistApplianceImages(ListApplianceImagesRequest request)Returns a list of Appliance Images.ListEnvironmentsResponselistEnvironments(ListEnvironmentsRequest request)Returns a list of source environments.voidpopulateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)Populate the parameters in the endpoint with its corresponding value and update the base endpoint.voidrefreshClient()Rebuild the backingHttpClient.RemoveAgentDependencyResponseremoveAgentDependency(RemoveAgentDependencyRequest request)Adds a dependency to the source environment.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’).UpdateAgentResponseupdateAgent(UpdateAgentRequest request)Updates the Agent.UpdateAgentDependencyResponseupdateAgentDependency(UpdateAgentDependencyRequest request)Updates the AgentDependency.voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.UpdateEnvironmentResponseupdateEnvironment(UpdateEnvironmentRequest request)Updates the source environment.UpdatePluginResponseupdatePlugin(UpdatePluginRequest request)Updates the plugin.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.OcbAgentSvcgetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
OcbAgentSvcClient@Deprecated public OcbAgentSvcClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- OcbAgentSvcClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
OcbAgentSvcClient@Deprecated public OcbAgentSvcClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- OcbAgentSvcClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
OcbAgentSvcClient@Deprecated public OcbAgentSvcClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- OcbAgentSvcClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
OcbAgentSvcClient@Deprecated public OcbAgentSvcClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- OcbAgentSvcClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
OcbAgentSvcClient@Deprecated public OcbAgentSvcClient(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- OcbAgentSvcClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
OcbAgentSvcClient@Deprecated public OcbAgentSvcClient(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- OcbAgentSvcClient.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)
 
 - 
OcbAgentSvcClient@Deprecated public OcbAgentSvcClient(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- OcbAgentSvcClient.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
 
 - 
OcbAgentSvcClient@Deprecated public OcbAgentSvcClient(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- OcbAgentSvcClient.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-- OcbAgentSvcClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static OcbAgentSvcClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:OcbAgentSvcSets 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.- Specified by:
- setRegionin interface- OcbAgentSvc
- Parameters:
- region- The region of the service.
 
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:OcbAgentSvcSets 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.- Specified by:
- setRegionin interface- OcbAgentSvc
- Parameters:
- regionId- The public region ID.
 
 - 
addAgentDependencypublic AddAgentDependencyResponse addAgentDependency(AddAgentDependencyRequest request) Description copied from interface:OcbAgentSvcAdd a dependency to the environment.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- addAgentDependencyin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeAgentCompartmentpublic ChangeAgentCompartmentResponse changeAgentCompartment(ChangeAgentCompartmentRequest request) Description copied from interface:OcbAgentSvcMoves an Agent resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeAgentCompartmentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeAgentDependencyCompartmentpublic ChangeAgentDependencyCompartmentResponse changeAgentDependencyCompartment(ChangeAgentDependencyCompartmentRequest request) Description copied from interface:OcbAgentSvcMoves a AgentDependency resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeAgentDependencyCompartmentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeEnvironmentCompartmentpublic ChangeEnvironmentCompartmentResponse changeEnvironmentCompartment(ChangeEnvironmentCompartmentRequest request) Description copied from interface:OcbAgentSvcMoves a source environment resource from one compartment identifier to another.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- changeEnvironmentCompartmentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createAgentpublic CreateAgentResponse createAgent(CreateAgentRequest request) Description copied from interface:OcbAgentSvcCreates an Agent.- Specified by:
- createAgentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createAgentDependencypublic CreateAgentDependencyResponse createAgentDependency(CreateAgentDependencyRequest request) Description copied from interface:OcbAgentSvcCreates an AgentDependency.- Specified by:
- createAgentDependencyin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createEnvironmentpublic CreateEnvironmentResponse createEnvironment(CreateEnvironmentRequest request) Description copied from interface:OcbAgentSvcCreates a source environment.- Specified by:
- createEnvironmentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteAgentpublic DeleteAgentResponse deleteAgent(DeleteAgentRequest request) Description copied from interface:OcbAgentSvcDeletes an Agent resource identified by an identifier.- Specified by:
- deleteAgentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteAgentDependencypublic DeleteAgentDependencyResponse deleteAgentDependency(DeleteAgentDependencyRequest request) Description copied from interface:OcbAgentSvcDeletes the AgentDependency resource based on an identifier.- Specified by:
- deleteAgentDependencyin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteEnvironmentpublic DeleteEnvironmentResponse deleteEnvironment(DeleteEnvironmentRequest request) Description copied from interface:OcbAgentSvcDeletes a the source environment resource identified by an identifier.- Specified by:
- deleteEnvironmentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getAgentpublic GetAgentResponse getAgent(GetAgentRequest request) Description copied from interface:OcbAgentSvcGets an Agent by identifier.- Specified by:
- getAgentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getAgentDependencypublic GetAgentDependencyResponse getAgentDependency(GetAgentDependencyRequest request) Description copied from interface:OcbAgentSvcGets an AgentDependency by identifier.- Specified by:
- getAgentDependencyin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getEnvironmentpublic GetEnvironmentResponse getEnvironment(GetEnvironmentRequest request) Description copied from interface:OcbAgentSvcGets a source environment by identifier.- Specified by:
- getEnvironmentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getPluginpublic GetPluginResponse getPlugin(GetPluginRequest request) Description copied from interface:OcbAgentSvcGets a plugin by identifier.- Specified by:
- getPluginin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listAgentDependenciespublic ListAgentDependenciesResponse listAgentDependencies(ListAgentDependenciesRequest request) Description copied from interface:OcbAgentSvcReturns a list of AgentDependencies such as AgentDependencyCollection.- Specified by:
- listAgentDependenciesin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listAgentspublic ListAgentsResponse listAgents(ListAgentsRequest request) Description copied from interface:OcbAgentSvcReturns a list of Agents.- Specified by:
- listAgentsin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listApplianceImagespublic ListApplianceImagesResponse listApplianceImages(ListApplianceImagesRequest request) Description copied from interface:OcbAgentSvcReturns a list of Appliance Images.- Specified by:
- listApplianceImagesin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listEnvironmentspublic ListEnvironmentsResponse listEnvironments(ListEnvironmentsRequest request) Description copied from interface:OcbAgentSvcReturns a list of source environments.- Specified by:
- listEnvironmentsin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
removeAgentDependencypublic RemoveAgentDependencyResponse removeAgentDependency(RemoveAgentDependencyRequest request) Description copied from interface:OcbAgentSvcAdds a dependency to the source environment.When provided, If-Match is checked against ETag values of the resource. - Specified by:
- removeAgentDependencyin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateAgentpublic UpdateAgentResponse updateAgent(UpdateAgentRequest request) Description copied from interface:OcbAgentSvcUpdates the Agent.- Specified by:
- updateAgentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateAgentDependencypublic UpdateAgentDependencyResponse updateAgentDependency(UpdateAgentDependencyRequest request) Description copied from interface:OcbAgentSvcUpdates the AgentDependency.- Specified by:
- updateAgentDependencyin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateEnvironmentpublic UpdateEnvironmentResponse updateEnvironment(UpdateEnvironmentRequest request) Description copied from interface:OcbAgentSvcUpdates the source environment.- Specified by:
- updateEnvironmentin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updatePluginpublic UpdatePluginResponse updatePlugin(UpdatePluginRequest request) Description copied from interface:OcbAgentSvcUpdates the plugin.- Specified by:
- updatePluginin interface- OcbAgentSvc
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic OcbAgentSvcWaiters getWaiters() Description copied from interface:OcbAgentSvcGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- OcbAgentSvc
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic OcbAgentSvcPaginators getPaginators() Description copied from interface:OcbAgentSvcGets 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- OcbAgentSvc
- 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() 
 
- 
 
-