@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public class SoftwareSourceClient extends BaseSyncClient implements SoftwareSource
Modifier and Type | Class and Description |
---|---|
static class |
SoftwareSourceClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
static Service |
SERVICE
Service instance for SoftwareSource.
|
Constructor and Description |
---|
SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Deprecated.
Use the
builder instead. |
SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Deprecated.
Use the
builder instead. |
SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Deprecated.
Use the
builder instead. |
SoftwareSourceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.
Use the
builder instead. |
SoftwareSourceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Deprecated.
Use the
builder instead. |
SoftwareSourceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Deprecated.
Use the
builder instead. |
Modifier and Type | Method and Description |
---|---|
static SoftwareSourceClient.Builder |
builder()
Create a builder for this client.
|
ChangeAvailabilityOfSoftwareSourcesResponse |
changeAvailabilityOfSoftwareSources(ChangeAvailabilityOfSoftwareSourcesRequest request)
Updates the availability for a list of specified software sources.
|
void |
close() |
CreateEntitlementResponse |
createEntitlement(CreateEntitlementRequest request)
Registers the necessary entitlement credentials for OS vendor software sources.
|
CreateSoftwareSourceResponse |
createSoftwareSource(CreateSoftwareSourceRequest request)
Creates a new versioned or custom software source.
|
DeleteSoftwareSourceResponse |
deleteSoftwareSource(DeleteSoftwareSourceRequest request)
Deletes the specified software source.
|
protected ClientConfigurator |
getDefaultConfigurator() |
String |
getEndpoint() |
GetErratumResponse |
getErratum(GetErratumRequest request)
Gets information about the specified erratum by its advisory name.
|
GetModuleStreamResponse |
getModuleStream(GetModuleStreamRequest request)
Gets information about the specified module stream in a software source.
|
GetModuleStreamProfileResponse |
getModuleStreamProfile(GetModuleStreamProfileRequest request)
Gets information about the specified module stream profile in a software source.
|
GetPackageGroupResponse |
getPackageGroup(GetPackageGroupRequest request)
Gets information about the specified package group from a software source.
|
SoftwareSourcePaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data.
|
GetSoftwarePackageResponse |
getSoftwarePackage(GetSoftwarePackageRequest request)
Gets information about the specified software package.
|
GetSoftwareSourceResponse |
getSoftwareSource(GetSoftwareSourceRequest request)
Gets information about the specified software source.
|
SoftwareSourceWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
ListEntitlementsResponse |
listEntitlements(ListEntitlementsRequest request)
Lists entitlements in the specified tenancy OCID.
|
ListErrataResponse |
listErrata(ListErrataRequest request)
Lists all of the currently available errata.
|
ListModuleStreamProfilesResponse |
listModuleStreamProfiles(ListModuleStreamProfilesRequest request)
Lists module stream profiles from the specified software source OCID.
|
ListModuleStreamsResponse |
listModuleStreams(ListModuleStreamsRequest request)
Lists module streams from the specified software source OCID.
|
ListPackageGroupsResponse |
listPackageGroups(ListPackageGroupsRequest request)
Lists package groups that associate with the specified software source OCID.
|
ListSoftwarePackagesResponse |
listSoftwarePackages(ListSoftwarePackagesRequest request)
Lists software packages in the specified software source.
|
ListSoftwareSourcesResponse |
listSoftwareSources(ListSoftwareSourcesRequest request)
Lists software sources that match the specified tenancy or software source OCID.
|
ListSoftwareSourceVendorsResponse |
listSoftwareSourceVendors(ListSoftwareSourceVendorsRequest request)
Lists available software source vendors.
|
void |
populateServiceParametersInEndpoint(String endpoint,
Map<String,Object> requiredParametersMap)
Populate the parameters in the endpoint with its corresponding value and update the base
endpoint.
|
void |
refreshClient()
Rebuild the backing
HttpClient . |
SearchSoftwareSourceModulesResponse |
searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request)
Lists modules from a list of software sources.
|
SearchSoftwareSourceModuleStreamsResponse |
searchSoftwareSourceModuleStreams(SearchSoftwareSourceModuleStreamsRequest request)
Lists modules from a list of software sources.
|
SearchSoftwareSourcePackageGroupsResponse |
searchSoftwareSourcePackageGroups(SearchSoftwareSourcePackageGroupsRequest request)
Searches the package groups from the specified list of software sources.
|
void |
setEndpoint(String endpoint) |
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’).
|
void |
updateBaseEndpoint(String endpoint)
This method should be used for parameterized endpoint templates only.
|
UpdateSoftwareSourceResponse |
updateSoftwareSource(UpdateSoftwareSourceRequest request)
Updates the specified software source’s details, including but not limited to name,
description, and tags.
|
void |
useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
This method should be used to enable or disable the use of realm-specific endpoint template.
|
clientCall
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
close
public static final Service SERVICE
Service instance for SoftwareSource.
@Deprecated public SoftwareSourceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see SoftwareSourceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)@Deprecated public SoftwareSourceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see SoftwareSourceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
@Deprecated public SoftwareSourceClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see SoftwareSourceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
@Deprecated public SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see SoftwareSourceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
@Deprecated public SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see SoftwareSourceClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
@Deprecated public SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see SoftwareSourceClient.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)
@Deprecated public SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see SoftwareSourceClient.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
@Deprecated public SoftwareSourceClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see SoftwareSourceClient.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
- SoftwareSourceClient.Builder.executorService
public static SoftwareSourceClient.Builder builder()
Create a builder for this client.
public void setRegion(Region region)
SoftwareSource
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 SoftwareSource
region
- The region of the service.public void setRegion(String regionId)
SoftwareSource
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 SoftwareSource
regionId
- The public region ID.public ChangeAvailabilityOfSoftwareSourcesResponse changeAvailabilityOfSoftwareSources(ChangeAvailabilityOfSoftwareSourcesRequest request)
SoftwareSource
Updates the availability for a list of specified software sources.
changeAvailabilityOfSoftwareSources
in interface SoftwareSource
request
- The request object containing the details to sendpublic CreateEntitlementResponse createEntitlement(CreateEntitlementRequest request)
SoftwareSource
Registers the necessary entitlement credentials for OS vendor software sources.
createEntitlement
in interface SoftwareSource
request
- The request object containing the details to sendpublic CreateSoftwareSourceResponse createSoftwareSource(CreateSoftwareSourceRequest request)
SoftwareSource
Creates a new versioned or custom software source.
createSoftwareSource
in interface SoftwareSource
request
- The request object containing the details to sendpublic DeleteSoftwareSourceResponse deleteSoftwareSource(DeleteSoftwareSourceRequest request)
SoftwareSource
Deletes the specified software source.
deleteSoftwareSource
in interface SoftwareSource
request
- The request object containing the details to sendpublic GetErratumResponse getErratum(GetErratumRequest request)
SoftwareSource
Gets information about the specified erratum by its advisory name.
getErratum
in interface SoftwareSource
request
- The request object containing the details to sendpublic GetModuleStreamResponse getModuleStream(GetModuleStreamRequest request)
SoftwareSource
Gets information about the specified module stream in a software source.
getModuleStream
in interface SoftwareSource
request
- The request object containing the details to sendpublic GetModuleStreamProfileResponse getModuleStreamProfile(GetModuleStreamProfileRequest request)
SoftwareSource
Gets information about the specified module stream profile in a software source.
getModuleStreamProfile
in interface SoftwareSource
request
- The request object containing the details to sendpublic GetPackageGroupResponse getPackageGroup(GetPackageGroupRequest request)
SoftwareSource
Gets information about the specified package group from a software source.
getPackageGroup
in interface SoftwareSource
request
- The request object containing the details to sendpublic GetSoftwarePackageResponse getSoftwarePackage(GetSoftwarePackageRequest request)
SoftwareSource
Gets information about the specified software package.
getSoftwarePackage
in interface SoftwareSource
request
- The request object containing the details to sendpublic GetSoftwareSourceResponse getSoftwareSource(GetSoftwareSourceRequest request)
SoftwareSource
Gets information about the specified software source.
getSoftwareSource
in interface SoftwareSource
request
- The request object containing the details to sendpublic ListEntitlementsResponse listEntitlements(ListEntitlementsRequest request)
SoftwareSource
Lists entitlements in the specified tenancy OCID. Filter the list against a variety of criteria including but not limited to its CSI, and vendor name.
listEntitlements
in interface SoftwareSource
request
- The request object containing the details to sendpublic ListErrataResponse listErrata(ListErrataRequest request)
SoftwareSource
Lists all of the currently available errata. Filter the list against a variety of criteria including but not limited to its name, classification type, advisory severity, and OS family.
listErrata
in interface SoftwareSource
request
- The request object containing the details to sendpublic ListModuleStreamProfilesResponse listModuleStreamProfiles(ListModuleStreamProfilesRequest request)
SoftwareSource
Lists module stream profiles from the specified software source OCID. Filter the list against a variety of criteria including but not limited to its module name, stream name, and (profile) name.
listModuleStreamProfiles
in interface SoftwareSource
request
- The request object containing the details to sendpublic ListModuleStreamsResponse listModuleStreams(ListModuleStreamsRequest request)
SoftwareSource
Lists module streams from the specified software source OCID. Filter the list against a variety of criteria including but not limited to its module name and (stream) name.
listModuleStreams
in interface SoftwareSource
request
- The request object containing the details to sendpublic ListPackageGroupsResponse listPackageGroups(ListPackageGroupsRequest request)
SoftwareSource
Lists package groups that associate with the specified software source OCID. Filter the list against a variety of criteria including but not limited to its name, and package group type.
listPackageGroups
in interface SoftwareSource
request
- The request object containing the details to sendpublic ListSoftwarePackagesResponse listSoftwarePackages(ListSoftwarePackagesRequest request)
SoftwareSource
Lists software packages in the specified software source. Filter the list against a variety of criteria including but not limited to its name.
listSoftwarePackages
in interface SoftwareSource
request
- The request object containing the details to sendpublic ListSoftwareSourceVendorsResponse listSoftwareSourceVendors(ListSoftwareSourceVendorsRequest request)
SoftwareSource
Lists available software source vendors. Filter the list against a variety of criteria including but not limited to its name.
listSoftwareSourceVendors
in interface SoftwareSource
request
- The request object containing the details to sendpublic ListSoftwareSourcesResponse listSoftwareSources(ListSoftwareSourcesRequest request)
SoftwareSource
Lists software sources that match the specified tenancy or software source OCID. Filter the list against a variety of criteria including but not limited to its name, status, architecture, and OS family.
listSoftwareSources
in interface SoftwareSource
request
- The request object containing the details to sendpublic SearchSoftwareSourceModuleStreamsResponse searchSoftwareSourceModuleStreams(SearchSoftwareSourceModuleStreamsRequest request)
SoftwareSource
Lists modules from a list of software sources. Filter the list against a variety of criteria including the module name.
searchSoftwareSourceModuleStreams
in interface SoftwareSource
request
- The request object containing the details to sendpublic SearchSoftwareSourceModulesResponse searchSoftwareSourceModules(SearchSoftwareSourceModulesRequest request)
SoftwareSource
Lists modules from a list of software sources. Filter the list against a variety of criteria including the (module) name.
searchSoftwareSourceModules
in interface SoftwareSource
request
- The request object containing the details to sendpublic SearchSoftwareSourcePackageGroupsResponse searchSoftwareSourcePackageGroups(SearchSoftwareSourcePackageGroupsRequest request)
SoftwareSource
Searches the package groups from the specified list of software sources. Filter the list against a variety of criteria including but not limited to its name, and group type.
searchSoftwareSourcePackageGroups
in interface SoftwareSource
request
- The request object containing the details to sendpublic UpdateSoftwareSourceResponse updateSoftwareSource(UpdateSoftwareSourceRequest request)
SoftwareSource
Updates the specified software source’s details, including but not limited to name, description, and tags.
updateSoftwareSource
in interface SoftwareSource
request
- The request object containing the details to sendpublic SoftwareSourceWaiters getWaiters()
SoftwareSource
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface SoftwareSource
public SoftwareSourcePaginators getPaginators()
SoftwareSource
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 SoftwareSource
protected ClientConfigurator getDefaultConfigurator()
public void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
useOfRealmSpecificEndpointTemplateEnabled
- This flag can be set to true or false to
enable or disable the use of realm-specific endpoint template respectivelypublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)
endpoint
- The endpoint template in userequiredParametersMap
- Map of parameter name as key and value set in request path or
query parameter as valuepublic final void updateBaseEndpoint(String endpoint)
endpoint
- The updated endpoint to usepublic final void setEndpoint(String endpoint)
public final String getEndpoint()
public final void refreshClient()
HttpClient
. This will call ClientConfigurator
s again, and
can be used to e.g. refresh the SSL certificate.public final void close()
close
in interface AutoCloseable
Copyright © 2016–2023. All rights reserved.