@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 |
---|---|
String |
clientCommonLibraryVersion
Compatible SDK version, provided by the codegen.
|
Optional<String> |
minimumClientCommonLibraryVersionFromClient
Minimum compatible SDK version, maybe provided by the codegen.
|
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 |
---|---|
AddPackagesToSoftwareSourceResponse |
addPackagesToSoftwareSource(AddPackagesToSoftwareSourceRequest request)
Adds packages to a software source.
|
static SoftwareSourceClient.Builder |
builder()
Create a builder for this client.
|
ChangeAvailabilityOfSoftwareSourcesResponse |
changeAvailabilityOfSoftwareSources(ChangeAvailabilityOfSoftwareSourcesRequest request)
Updates the availability for a list of specified software sources.
|
ChangeSoftwareSourceCompartmentResponse |
changeSoftwareSourceCompartment(ChangeSoftwareSourceCompartmentRequest request)
Moves the specified software sources to a different compartment within the same tenancy.
|
void |
close() |
CreateEntitlementResponse |
createEntitlement(CreateEntitlementRequest request)
Registers the necessary entitlement credentials for OS vendor software sources for a tenancy.
|
CreateSoftwareSourceResponse |
createSoftwareSource(CreateSoftwareSourceRequest request)
Creates a new versioned or custom software source.
|
DeleteSoftwareSourceResponse |
deleteSoftwareSource(DeleteSoftwareSourceRequest request)
Deletes the specified software source.
|
String |
getClientCommonLibraryVersion() |
protected ClientConfigurator |
getDefaultConfigurator() |
String |
getEndpoint() |
GetErratumResponse |
getErratum(GetErratumRequest request)
Returns information about the specified erratum based on its advisory name.
|
Optional<String> |
getMinimumClientCommonLibraryVersionFromClient() |
GetModuleStreamResponse |
getModuleStream(GetModuleStreamRequest request)
Returns information about the specified module stream in a software source.
|
GetModuleStreamProfileResponse |
getModuleStreamProfile(GetModuleStreamProfileRequest request)
Returns information about the specified module stream profile in a software source.
|
GetPackageGroupResponse |
getPackageGroup(GetPackageGroupRequest request)
Returns 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)
Returns information about the specified software package.
|
GetSoftwarePackageByNameResponse |
getSoftwarePackageByName(GetSoftwarePackageByNameRequest request)
Returns information about the specified software package based on its fully qualified name.
|
GetSoftwareSourceResponse |
getSoftwareSource(GetSoftwareSourceRequest request)
Returns information about the specified software source.
|
SoftwareSourceWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
ListAllSoftwarePackagesResponse |
listAllSoftwarePackages(ListAllSoftwarePackagesRequest request)
Lists software packages available through the OS Management Hub 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 are associated with the specified software source
OCID.
|
ListSoftwarePackagesResponse |
listSoftwarePackages(ListSoftwarePackagesRequest request)
Lists software packages in the specified software source.
|
ListSoftwarePackageSoftwareSourcesResponse |
listSoftwarePackageSoftwareSources(ListSoftwarePackageSoftwareSourcesRequest request)
Lists the software sources in the tenancy that contain the software package.
|
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)
Returns a list of module streams from the specified 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.
public final String clientCommonLibraryVersion
@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 AddPackagesToSoftwareSourceResponse addPackagesToSoftwareSource(AddPackagesToSoftwareSourceRequest request)
SoftwareSource
Adds packages to a software source. This operation can only be done for custom and versioned custom software sources that are not created using filters. For a versioned custom software source, you can only add packages when the source is created. Once content is added to a versioned custom software source, it is immutable.
addPackagesToSoftwareSource
in interface SoftwareSource
request
- The request object containing the details to sendpublic 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 ChangeSoftwareSourceCompartmentResponse changeSoftwareSourceCompartment(ChangeSoftwareSourceCompartmentRequest request)
SoftwareSource
Moves the specified software sources to a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
changeSoftwareSourceCompartment
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 for a tenancy.
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
Returns information about the specified erratum based on its advisory name.
getErratum
in interface SoftwareSource
request
- The request object containing the details to sendpublic GetModuleStreamResponse getModuleStream(GetModuleStreamRequest request)
SoftwareSource
Returns 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
Returns 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
Returns 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
Returns information about the specified software package.
getSoftwarePackage
in interface SoftwareSource
request
- The request object containing the details to sendpublic GetSoftwarePackageByNameResponse getSoftwarePackageByName(GetSoftwarePackageByNameRequest request)
SoftwareSource
Returns information about the specified software package based on its fully qualified name.
getSoftwarePackageByName
in interface SoftwareSource
request
- The request object containing the details to sendpublic GetSoftwareSourceResponse getSoftwareSource(GetSoftwareSourceRequest request)
SoftwareSource
Returns information about the specified software source.
getSoftwareSource
in interface SoftwareSource
request
- The request object containing the details to sendpublic ListAllSoftwarePackagesResponse listAllSoftwarePackages(ListAllSoftwarePackagesRequest request)
SoftwareSource
Lists software packages available through the OS Management Hub service. Filter the list against a variety of criteria including but not limited to its name.
listAllSoftwarePackages
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 Customer Support Identifier (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 are associated 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 ListSoftwarePackageSoftwareSourcesResponse listSoftwarePackageSoftwareSources(ListSoftwarePackageSoftwareSourcesRequest request)
SoftwareSource
Lists the software sources in the tenancy that contain the software package. Filter the list against a variety of criteria including but not limited to its name, type, architecture, and OS family.
listSoftwarePackageSoftwareSources
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
Returns a list of module streams from the specified 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
public String getClientCommonLibraryVersion()
Copyright © 2016–2024. All rights reserved.