@Generated(value="OracleSDKGenerator", comments="API Version: 20200501") public class NetworkLoadBalancerClient extends BaseSyncClient implements NetworkLoadBalancer
Modifier and Type | Class and Description |
---|---|
static class |
NetworkLoadBalancerClient.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 NetworkLoadBalancer.
|
Constructor and Description |
---|
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Deprecated.
Use the
builder instead. |
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Deprecated.
Use the
builder instead. |
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Deprecated.
Use the
builder instead. |
NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.
Use the
builder instead. |
NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Deprecated.
Use the
builder instead. |
NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Deprecated.
Use the
builder instead. |
Modifier and Type | Method and Description |
---|---|
static NetworkLoadBalancerClient.Builder |
builder()
Create a builder for this client.
|
ChangeNetworkLoadBalancerCompartmentResponse |
changeNetworkLoadBalancerCompartment(ChangeNetworkLoadBalancerCompartmentRequest request)
Moves a network load balancer into a different compartment within the same tenancy.
|
void |
close() |
CreateBackendResponse |
createBackend(CreateBackendRequest request)
Adds a backend server to a backend set.
|
CreateBackendSetResponse |
createBackendSet(CreateBackendSetRequest request)
Adds a backend set to a network load balancer.
|
CreateListenerResponse |
createListener(CreateListenerRequest request)
Adds a listener to a network load balancer.
|
CreateNetworkLoadBalancerResponse |
createNetworkLoadBalancer(CreateNetworkLoadBalancerRequest request)
Creates a network load balancer.
|
DeleteBackendResponse |
deleteBackend(DeleteBackendRequest request)
Removes a backend server from a given network load balancer and backend set.
|
DeleteBackendSetResponse |
deleteBackendSet(DeleteBackendSetRequest request)
Deletes the specified backend set.
|
DeleteListenerResponse |
deleteListener(DeleteListenerRequest request)
Deletes a listener from a network load balancer.
|
DeleteNetworkLoadBalancerResponse |
deleteNetworkLoadBalancer(DeleteNetworkLoadBalancerRequest request)
Deletes a network load balancer resource by identifier.
|
GetBackendResponse |
getBackend(GetBackendRequest request)
Retrieves the configuration information for the specified backend server.
|
GetBackendHealthResponse |
getBackendHealth(GetBackendHealthRequest request)
Retrieves the current health status of the specified backend server.
|
GetBackendSetResponse |
getBackendSet(GetBackendSetRequest request)
Retrieves the configuration information for the specified backend set.
|
GetBackendSetHealthResponse |
getBackendSetHealth(GetBackendSetHealthRequest request)
Retrieves the health status for the specified backend set.
|
String |
getClientCommonLibraryVersion() |
protected ClientConfigurator |
getDefaultConfigurator() |
String |
getEndpoint() |
GetHealthCheckerResponse |
getHealthChecker(GetHealthCheckerRequest request)
Retrieves the health check policy information for a given network load balancer and backend
set.
|
GetListenerResponse |
getListener(GetListenerRequest request)
Retrieves listener properties associated with a given network load balancer and listener
name.
|
Optional<String> |
getMinimumClientCommonLibraryVersionFromClient() |
GetNetworkLoadBalancerResponse |
getNetworkLoadBalancer(GetNetworkLoadBalancerRequest request)
Retrieves network load balancer configuration information by identifier.
|
GetNetworkLoadBalancerHealthResponse |
getNetworkLoadBalancerHealth(GetNetworkLoadBalancerHealthRequest request)
Retrieves the health status for the specified network load balancer.
|
NetworkLoadBalancerPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data.
|
NetworkLoadBalancerWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
GetWorkRequestResponse |
getWorkRequest(GetWorkRequestRequest request)
Retrieves the details of the work request with the given identifier.
|
ListBackendsResponse |
listBackends(ListBackendsRequest request)
Lists the backend servers for a given network load balancer and backend set.
|
ListBackendSetsResponse |
listBackendSets(ListBackendSetsRequest request)
Lists all backend sets associated with a given network load balancer.
|
ListListenersResponse |
listListeners(ListListenersRequest request)
Lists all listeners associated with a given network load balancer.
|
ListNetworkLoadBalancerHealthsResponse |
listNetworkLoadBalancerHealths(ListNetworkLoadBalancerHealthsRequest request)
Lists the summary health statuses for all network load balancers in the specified
compartment.
|
ListNetworkLoadBalancersResponse |
listNetworkLoadBalancers(ListNetworkLoadBalancersRequest request)
Returns a list of network load balancers.
|
ListNetworkLoadBalancersPoliciesResponse |
listNetworkLoadBalancersPolicies(ListNetworkLoadBalancersPoliciesRequest request)
Lists the available network load balancer policies.
|
ListNetworkLoadBalancersProtocolsResponse |
listNetworkLoadBalancersProtocols(ListNetworkLoadBalancersProtocolsRequest request)
This API has been deprecated so it won’t return the updated list of supported protocls.
|
ListWorkRequestErrorsResponse |
listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Return a (paginated) list of errors for a given work request.
|
ListWorkRequestLogsResponse |
listWorkRequestLogs(ListWorkRequestLogsRequest request)
Returns a (paginated) list of logs for a given work request.
|
ListWorkRequestsResponse |
listWorkRequests(ListWorkRequestsRequest request)
Lists all work requests.
|
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 . |
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’).
|
UpdateBackendResponse |
updateBackend(UpdateBackendRequest request)
Updates the configuration of a backend server within the specified backend set.
|
UpdateBackendSetResponse |
updateBackendSet(UpdateBackendSetRequest request)
Updates a backend set.
|
void |
updateBaseEndpoint(String endpoint)
This method should be used for parameterized endpoint templates only.
|
UpdateHealthCheckerResponse |
updateHealthChecker(UpdateHealthCheckerRequest request)
Updates the health check policy for a given network load balancer and backend set.
|
UpdateListenerResponse |
updateListener(UpdateListenerRequest request)
Updates a listener for a given network load balancer.
|
UpdateNetworkLoadBalancerResponse |
updateNetworkLoadBalancer(UpdateNetworkLoadBalancerRequest request)
Updates the network load balancer
|
UpdateNetworkSecurityGroupsResponse |
updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request)
Updates the network security groups associated with the specified network load balancer.
|
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 NetworkLoadBalancer.
public final String clientCommonLibraryVersion
@Deprecated public NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see NetworkLoadBalancerClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)@Deprecated public NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see NetworkLoadBalancerClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
@Deprecated public NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see NetworkLoadBalancerClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
@Deprecated public NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see NetworkLoadBalancerClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
@Deprecated public NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see NetworkLoadBalancerClient.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 NetworkLoadBalancerClient(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 NetworkLoadBalancerClient.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 NetworkLoadBalancerClient(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 NetworkLoadBalancerClient.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 NetworkLoadBalancerClient(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 NetworkLoadBalancerClient.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
- NetworkLoadBalancerClient.Builder.executorService
public static NetworkLoadBalancerClient.Builder builder()
Create a builder for this client.
public void setRegion(Region region)
NetworkLoadBalancer
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 NetworkLoadBalancer
region
- The region of the service.public void setRegion(String regionId)
NetworkLoadBalancer
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 NetworkLoadBalancer
regionId
- The public region ID.public ChangeNetworkLoadBalancerCompartmentResponse changeNetworkLoadBalancerCompartment(ChangeNetworkLoadBalancerCompartmentRequest request)
NetworkLoadBalancer
Moves a network load balancer into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
changeNetworkLoadBalancerCompartment
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic CreateBackendResponse createBackend(CreateBackendRequest request)
NetworkLoadBalancer
Adds a backend server to a backend set.
createBackend
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic CreateBackendSetResponse createBackendSet(CreateBackendSetRequest request)
NetworkLoadBalancer
Adds a backend set to a network load balancer.
createBackendSet
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic CreateListenerResponse createListener(CreateListenerRequest request)
NetworkLoadBalancer
Adds a listener to a network load balancer.
createListener
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic CreateNetworkLoadBalancerResponse createNetworkLoadBalancer(CreateNetworkLoadBalancerRequest request)
NetworkLoadBalancer
Creates a network load balancer.
createNetworkLoadBalancer
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic DeleteBackendResponse deleteBackend(DeleteBackendRequest request)
NetworkLoadBalancer
Removes a backend server from a given network load balancer and backend set.
deleteBackend
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic DeleteBackendSetResponse deleteBackendSet(DeleteBackendSetRequest request)
NetworkLoadBalancer
Deletes the specified backend set. Note that deleting a backend set removes its backend servers from the network load balancer.
Before you can delete a backend set, you must remove it from any active listeners.
deleteBackendSet
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic DeleteListenerResponse deleteListener(DeleteListenerRequest request)
NetworkLoadBalancer
Deletes a listener from a network load balancer.
deleteListener
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic DeleteNetworkLoadBalancerResponse deleteNetworkLoadBalancer(DeleteNetworkLoadBalancerRequest request)
NetworkLoadBalancer
Deletes a network load balancer resource by identifier.
deleteNetworkLoadBalancer
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetBackendResponse getBackend(GetBackendRequest request)
NetworkLoadBalancer
Retrieves the configuration information for the specified backend server.
getBackend
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetBackendHealthResponse getBackendHealth(GetBackendHealthRequest request)
NetworkLoadBalancer
Retrieves the current health status of the specified backend server.
getBackendHealth
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetBackendSetResponse getBackendSet(GetBackendSetRequest request)
NetworkLoadBalancer
Retrieves the configuration information for the specified backend set.
getBackendSet
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetBackendSetHealthResponse getBackendSetHealth(GetBackendSetHealthRequest request)
NetworkLoadBalancer
Retrieves the health status for the specified backend set.
getBackendSetHealth
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetHealthCheckerResponse getHealthChecker(GetHealthCheckerRequest request)
NetworkLoadBalancer
Retrieves the health check policy information for a given network load balancer and backend set.
getHealthChecker
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetListenerResponse getListener(GetListenerRequest request)
NetworkLoadBalancer
Retrieves listener properties associated with a given network load balancer and listener name.
getListener
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetNetworkLoadBalancerResponse getNetworkLoadBalancer(GetNetworkLoadBalancerRequest request)
NetworkLoadBalancer
Retrieves network load balancer configuration information by identifier.
getNetworkLoadBalancer
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetNetworkLoadBalancerHealthResponse getNetworkLoadBalancerHealth(GetNetworkLoadBalancerHealthRequest request)
NetworkLoadBalancer
Retrieves the health status for the specified network load balancer.
getNetworkLoadBalancerHealth
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
NetworkLoadBalancer
Retrieves the details of the work request with the given identifier.
getWorkRequest
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListBackendSetsResponse listBackendSets(ListBackendSetsRequest request)
NetworkLoadBalancer
Lists all backend sets associated with a given network load balancer.
listBackendSets
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListBackendsResponse listBackends(ListBackendsRequest request)
NetworkLoadBalancer
Lists the backend servers for a given network load balancer and backend set.
listBackends
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListListenersResponse listListeners(ListListenersRequest request)
NetworkLoadBalancer
Lists all listeners associated with a given network load balancer.
listListeners
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListNetworkLoadBalancerHealthsResponse listNetworkLoadBalancerHealths(ListNetworkLoadBalancerHealthsRequest request)
NetworkLoadBalancer
Lists the summary health statuses for all network load balancers in the specified compartment.
listNetworkLoadBalancerHealths
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListNetworkLoadBalancersResponse listNetworkLoadBalancers(ListNetworkLoadBalancersRequest request)
NetworkLoadBalancer
Returns a list of network load balancers.
listNetworkLoadBalancers
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListNetworkLoadBalancersPoliciesResponse listNetworkLoadBalancersPolicies(ListNetworkLoadBalancersPoliciesRequest request)
NetworkLoadBalancer
Lists the available network load balancer policies.
listNetworkLoadBalancersPolicies
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListNetworkLoadBalancersProtocolsResponse listNetworkLoadBalancersProtocols(ListNetworkLoadBalancersProtocolsRequest request)
NetworkLoadBalancer
This API has been deprecated so it won’t return the updated list of supported protocls. Lists all supported traffic protocols.
listNetworkLoadBalancersProtocols
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
NetworkLoadBalancer
Return a (paginated) list of errors for a given work request.
listWorkRequestErrors
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
NetworkLoadBalancer
Returns a (paginated) list of logs for a given work request.
listWorkRequestLogs
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
NetworkLoadBalancer
Lists all work requests.
listWorkRequests
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateBackendResponse updateBackend(UpdateBackendRequest request)
NetworkLoadBalancer
Updates the configuration of a backend server within the specified backend set.
updateBackend
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateBackendSetResponse updateBackendSet(UpdateBackendSetRequest request)
NetworkLoadBalancer
Updates a backend set.
updateBackendSet
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateHealthCheckerResponse updateHealthChecker(UpdateHealthCheckerRequest request)
NetworkLoadBalancer
Updates the health check policy for a given network load balancer and backend set.
updateHealthChecker
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateListenerResponse updateListener(UpdateListenerRequest request)
NetworkLoadBalancer
Updates a listener for a given network load balancer.
updateListener
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateNetworkLoadBalancerResponse updateNetworkLoadBalancer(UpdateNetworkLoadBalancerRequest request)
NetworkLoadBalancer
Updates the network load balancer
updateNetworkLoadBalancer
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateNetworkSecurityGroupsResponse updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request)
NetworkLoadBalancer
Updates the network security groups associated with the specified network load balancer.
updateNetworkSecurityGroups
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic NetworkLoadBalancerWaiters getWaiters()
NetworkLoadBalancer
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface NetworkLoadBalancer
public NetworkLoadBalancerPaginators getPaginators()
NetworkLoadBalancer
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 NetworkLoadBalancer
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.