Class ApplianceExportJobClient
- java.lang.Object
-
- com.oracle.bmc.http.internal.BaseSyncClient
-
- com.oracle.bmc.dts.ApplianceExportJobClient
-
- All Implemented Interfaces:
ApplianceExportJob,AutoCloseable
@Generated(value="OracleSDKGenerator", comments="API Version: 1.0.017") public class ApplianceExportJobClient extends BaseSyncClient implements ApplianceExportJob
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplianceExportJobClient.BuilderBuilder class for this client.
-
Field Summary
Fields 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 ApplianceExportJob.
-
Constructor Summary
Constructors Constructor Description ApplianceExportJobClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.ApplianceExportJobClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.ApplianceExportJobClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.ApplianceExportJobClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.ApplianceExportJobClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.ApplianceExportJobClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.ApplianceExportJobClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.ApplianceExportJobClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplianceExportJobClient.Builderbuilder()Create a builder for this client.ChangeApplianceExportJobCompartmentResponsechangeApplianceExportJobCompartment(ChangeApplianceExportJobCompartmentRequest request)Moves a ApplianceExportJob into a different compartment.voidclose()CreateApplianceExportJobResponsecreateApplianceExportJob(CreateApplianceExportJobRequest request)Creates a new Appliance Export Job that corresponds with customer’s logical datasetDeleteApplianceExportJobResponsedeleteApplianceExportJob(DeleteApplianceExportJobRequest request)deletes a Appliance Export JobGetApplianceExportJobResponsegetApplianceExportJob(GetApplianceExportJobRequest request)Describes a Appliance Export Job in detailStringgetClientCommonLibraryVersion()protected ClientConfiguratorgetDefaultConfigurator()StringgetEndpoint()Optional<String>getMinimumClientCommonLibraryVersionFromClient()ApplianceExportJobPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.ApplianceExportJobWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.ListApplianceExportJobsResponselistApplianceExportJobs(ListApplianceExportJobsRequest request)Lists Appliance Export Jobs in a given compartmentvoidpopulateServiceParametersInEndpoint(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.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’).UpdateApplianceExportJobResponseupdateApplianceExportJob(UpdateApplianceExportJobRequest request)Updates a Appliance Export Job that corresponds with customer’s logical dataset.voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.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.BaseSyncClient
clientCall
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.dts.ApplianceExportJob
getEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Constructor Detail
-
ApplianceExportJobClient
@Deprecated public ApplianceExportJobClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
authenticationDetailsProvider- The authentication details (seeApplianceExportJobClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
-
ApplianceExportJobClient
@Deprecated public ApplianceExportJobClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
authenticationDetailsProvider- The authentication details (seeApplianceExportJobClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configuration
-
ApplianceExportJobClient
@Deprecated public ApplianceExportJobClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
authenticationDetailsProvider- The authentication details (seeApplianceExportJobClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
-
ApplianceExportJobClient
@Deprecated public ApplianceExportJobClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
authenticationDetailsProvider- The authentication details (seeApplianceExportJobClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)defaultRequestSignerFactory-ClientBuilderBase.requestSignerFactory
-
ApplianceExportJobClient
@Deprecated public ApplianceExportJobClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
authenticationDetailsProvider- The authentication details (seeApplianceExportJobClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)defaultRequestSignerFactory-ClientBuilderBase.requestSignerFactoryadditionalClientConfigurators-ClientBuilderBase.additionalClientConfigurators
-
ApplianceExportJobClient
@Deprecated public ApplianceExportJobClient(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 (seeApplianceExportJobClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)defaultRequestSignerFactory-ClientBuilderBase.requestSignerFactoryadditionalClientConfigurators-ClientBuilderBase.additionalClientConfiguratorsendpoint-ClientBuilderBase.endpoint(java.lang.String)
-
ApplianceExportJobClient
@Deprecated public ApplianceExportJobClient(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 (seeApplianceExportJobClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)defaultRequestSignerFactory-ClientBuilderBase.requestSignerFactoryadditionalClientConfigurators-ClientBuilderBase.additionalClientConfiguratorsendpoint-ClientBuilderBase.endpoint(java.lang.String)signingStrategyRequestSignerFactories-ClientBuilderBase.signingStrategyRequestSignerFactories
-
ApplianceExportJobClient
@Deprecated public ApplianceExportJobClient(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 (seeApplianceExportJobClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))configuration-ClientBuilderBase.configurationclientConfigurator-ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)defaultRequestSignerFactory-ClientBuilderBase.requestSignerFactoryadditionalClientConfigurators-ClientBuilderBase.additionalClientConfiguratorsendpoint-ClientBuilderBase.endpoint(java.lang.String)signingStrategyRequestSignerFactories-ClientBuilderBase.signingStrategyRequestSignerFactoriesexecutorService-ApplianceExportJobClient.Builder.executorService
-
-
Method Detail
-
builder
public static ApplianceExportJobClient.Builder builder()
Create a builder for this client.- Returns:
- builder
-
setRegion
public void setRegion(Region region)
Description copied from interface:ApplianceExportJobSets 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 interfaceApplianceExportJob- Parameters:
region- The region of the service.
-
setRegion
public void setRegion(String regionId)
Description copied from interface:ApplianceExportJobSets 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 interfaceApplianceExportJob- Parameters:
regionId- The public region ID.
-
changeApplianceExportJobCompartment
public ChangeApplianceExportJobCompartmentResponse changeApplianceExportJobCompartment(ChangeApplianceExportJobCompartmentRequest request)
Description copied from interface:ApplianceExportJobMoves a ApplianceExportJob into a different compartment.- Specified by:
changeApplianceExportJobCompartmentin interfaceApplianceExportJob- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
createApplianceExportJob
public CreateApplianceExportJobResponse createApplianceExportJob(CreateApplianceExportJobRequest request)
Description copied from interface:ApplianceExportJobCreates a new Appliance Export Job that corresponds with customer’s logical dataset- Specified by:
createApplianceExportJobin interfaceApplianceExportJob- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
deleteApplianceExportJob
public DeleteApplianceExportJobResponse deleteApplianceExportJob(DeleteApplianceExportJobRequest request)
Description copied from interface:ApplianceExportJobdeletes a Appliance Export Job- Specified by:
deleteApplianceExportJobin interfaceApplianceExportJob- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
getApplianceExportJob
public GetApplianceExportJobResponse getApplianceExportJob(GetApplianceExportJobRequest request)
Description copied from interface:ApplianceExportJobDescribes a Appliance Export Job in detail- Specified by:
getApplianceExportJobin interfaceApplianceExportJob- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
listApplianceExportJobs
public ListApplianceExportJobsResponse listApplianceExportJobs(ListApplianceExportJobsRequest request)
Description copied from interface:ApplianceExportJobLists Appliance Export Jobs in a given compartment- Specified by:
listApplianceExportJobsin interfaceApplianceExportJob- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
updateApplianceExportJob
public UpdateApplianceExportJobResponse updateApplianceExportJob(UpdateApplianceExportJobRequest request)
Description copied from interface:ApplianceExportJobUpdates a Appliance Export Job that corresponds with customer’s logical dataset.- Specified by:
updateApplianceExportJobin interfaceApplianceExportJob- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
-
getWaiters
public ApplianceExportJobWaiters getWaiters()
Description copied from interface:ApplianceExportJobGets the pre-configured waiters available for resources for this service.- Specified by:
getWaitersin interfaceApplianceExportJob- Returns:
- The service waiters.
-
getPaginators
public ApplianceExportJobPaginators getPaginators()
Description copied from interface:ApplianceExportJobGets 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 interfaceApplianceExportJob- Returns:
- The service paginators.
-
getDefaultConfigurator
protected ClientConfigurator getDefaultConfigurator()
-
useRealmSpecificEndpointTemplate
public 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
-
populateServiceParametersInEndpoint
public 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 userequiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
-
updateBaseEndpoint
public 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
-
setEndpoint
public final void setEndpoint(String endpoint)
-
getEndpoint
public final String getEndpoint()
-
refreshClient
public final void refreshClient()
Rebuild the backingHttpClient.This will call
ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
-
close
public final void close()
- Specified by:
closein interfaceAutoCloseable
-
getClientCommonLibraryVersion
public String getClientCommonLibraryVersion()
-
-