@Generated(value="OracleSDKGenerator", comments="API Version: 20170115") public interface LoadBalancer extends AutoCloseable
API for the Load Balancing service. Use this API to manage load balancers, backend sets, and related items. For more information, see Overview of Load Balancing.
This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.
Modifier and Type | Method and Description |
---|---|
ChangeLoadBalancerCompartmentResponse |
changeLoadBalancerCompartment(ChangeLoadBalancerCompartmentRequest request)
Moves a load balancer into a different compartment within the same tenancy.
|
CreateBackendResponse |
createBackend(CreateBackendRequest request)
Adds a backend server to a backend set.
|
CreateBackendSetResponse |
createBackendSet(CreateBackendSetRequest request)
Adds a backend set to a load balancer.
|
CreateCertificateResponse |
createCertificate(CreateCertificateRequest request)
Creates an asynchronous request to add an SSL certificate bundle.
|
CreateHostnameResponse |
createHostname(CreateHostnameRequest request)
Adds a hostname resource to the specified load balancer.
|
CreateListenerResponse |
createListener(CreateListenerRequest request)
Adds a listener to a load balancer.
|
CreateLoadBalancerResponse |
createLoadBalancer(CreateLoadBalancerRequest request)
Creates a new load balancer in the specified compartment.
|
CreatePathRouteSetResponse |
createPathRouteSet(CreatePathRouteSetRequest request)
Adds a path route set to a load balancer.
|
CreateRoutingPolicyResponse |
createRoutingPolicy(CreateRoutingPolicyRequest request)
Adds a routing policy to a load balancer.
|
CreateRuleSetResponse |
createRuleSet(CreateRuleSetRequest request)
Creates a new rule set associated with the specified load balancer.
|
CreateSSLCipherSuiteResponse |
createSSLCipherSuite(CreateSSLCipherSuiteRequest request)
Creates a custom SSL cipher suite.
|
DeleteBackendResponse |
deleteBackend(DeleteBackendRequest request)
Removes a backend server from a given load balancer and backend set.
|
DeleteBackendSetResponse |
deleteBackendSet(DeleteBackendSetRequest request)
Deletes the specified backend set.
|
DeleteCertificateResponse |
deleteCertificate(DeleteCertificateRequest request)
Deletes an SSL certificate bundle from a load balancer.
|
DeleteHostnameResponse |
deleteHostname(DeleteHostnameRequest request)
Deletes a hostname resource from the specified load balancer.
|
DeleteListenerResponse |
deleteListener(DeleteListenerRequest request)
Deletes a listener from a load balancer.
|
DeleteLoadBalancerResponse |
deleteLoadBalancer(DeleteLoadBalancerRequest request)
Stops a load balancer and removes it from service.
|
DeletePathRouteSetResponse |
deletePathRouteSet(DeletePathRouteSetRequest request)
Deletes a path route set from the specified load balancer.
|
DeleteRoutingPolicyResponse |
deleteRoutingPolicy(DeleteRoutingPolicyRequest request)
Deletes a routing policy from the specified load balancer.
|
DeleteRuleSetResponse |
deleteRuleSet(DeleteRuleSetRequest request)
Deletes a rule set from the specified load balancer.
|
DeleteSSLCipherSuiteResponse |
deleteSSLCipherSuite(DeleteSSLCipherSuiteRequest request)
Deletes an SSL cipher suite from a load balancer.
|
GetBackendResponse |
getBackend(GetBackendRequest request)
Gets the specified backend server’s configuration information.
|
GetBackendHealthResponse |
getBackendHealth(GetBackendHealthRequest request)
Gets the current health status of the specified backend server.
|
GetBackendSetResponse |
getBackendSet(GetBackendSetRequest request)
Gets the specified backend set’s configuration information.
|
GetBackendSetHealthResponse |
getBackendSetHealth(GetBackendSetHealthRequest request)
Gets the health status for the specified backend set.
|
String |
getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
|
GetHealthCheckerResponse |
getHealthChecker(GetHealthCheckerRequest request)
Gets the health check policy information for a given load balancer and backend set.
|
GetHostnameResponse |
getHostname(GetHostnameRequest request)
Gets the specified hostname resource’s configuration information.
|
GetLoadBalancerResponse |
getLoadBalancer(GetLoadBalancerRequest request)
Gets the specified load balancer’s configuration information.
|
GetLoadBalancerHealthResponse |
getLoadBalancerHealth(GetLoadBalancerHealthRequest request)
Gets the health status for the specified load balancer.
|
LoadBalancerPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data.
|
GetPathRouteSetResponse |
getPathRouteSet(GetPathRouteSetRequest request)
Gets the specified path route set’s configuration information.
|
GetRoutingPolicyResponse |
getRoutingPolicy(GetRoutingPolicyRequest request)
Gets the specified routing policy.
|
GetRuleSetResponse |
getRuleSet(GetRuleSetRequest request)
Gets the specified set of rules.
|
GetSSLCipherSuiteResponse |
getSSLCipherSuite(GetSSLCipherSuiteRequest request)
Gets the specified SSL cipher suite’s configuration information.
|
LoadBalancerWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
GetWorkRequestResponse |
getWorkRequest(GetWorkRequestRequest request)
Gets the details of a work request.
|
ListBackendsResponse |
listBackends(ListBackendsRequest request)
Lists the backend servers for a given load balancer and backend set.
|
ListBackendSetsResponse |
listBackendSets(ListBackendSetsRequest request)
Lists all backend sets associated with a given load balancer.
|
ListCertificatesResponse |
listCertificates(ListCertificatesRequest request)
Lists all SSL certificates bundles associated with a given load balancer.
|
ListHostnamesResponse |
listHostnames(ListHostnamesRequest request)
Lists all hostname resources associated with the specified load balancer.
|
ListListenerRulesResponse |
listListenerRules(ListListenerRulesRequest request)
Lists all of the rules from all of the rule sets associated with the specified listener.
|
ListLoadBalancerHealthsResponse |
listLoadBalancerHealths(ListLoadBalancerHealthsRequest request)
Lists the summary health statuses for all load balancers in the specified compartment.
|
ListLoadBalancersResponse |
listLoadBalancers(ListLoadBalancersRequest request)
Lists all load balancers in the specified compartment.
|
ListPathRouteSetsResponse |
listPathRouteSets(ListPathRouteSetsRequest request)
Lists all path route sets associated with the specified load balancer.
|
ListPoliciesResponse |
listPolicies(ListPoliciesRequest request)
Lists the available load balancer policies.
|
ListProtocolsResponse |
listProtocols(ListProtocolsRequest request)
Lists all supported traffic protocols.
|
ListRoutingPoliciesResponse |
listRoutingPolicies(ListRoutingPoliciesRequest request)
Lists all routing policies associated with the specified load balancer.
|
ListRuleSetsResponse |
listRuleSets(ListRuleSetsRequest request)
Lists all rule sets associated with the specified load balancer.
|
ListShapesResponse |
listShapes(ListShapesRequest request)
Lists the valid load balancer shapes.
|
ListSSLCipherSuitesResponse |
listSSLCipherSuites(ListSSLCipherSuitesRequest request)
Lists all SSL cipher suites associated with the specified load balancer.
|
ListWorkRequestsResponse |
listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests for a given load balancer.
|
void |
refreshClient()
Rebuilds the client from scratch.
|
void |
setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
|
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.
|
UpdateHealthCheckerResponse |
updateHealthChecker(UpdateHealthCheckerRequest request)
Updates the health check policy for a given load balancer and backend set.
|
UpdateHostnameResponse |
updateHostname(UpdateHostnameRequest request)
Overwrites an existing hostname resource on the specified load balancer.
|
UpdateListenerResponse |
updateListener(UpdateListenerRequest request)
Updates a listener for a given load balancer.
|
UpdateLoadBalancerResponse |
updateLoadBalancer(UpdateLoadBalancerRequest request)
Updates a load balancer’s configuration.
|
UpdateLoadBalancerShapeResponse |
updateLoadBalancerShape(UpdateLoadBalancerShapeRequest request)
Update the shape of a load balancer.
|
UpdateNetworkSecurityGroupsResponse |
updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request)
Updates the network security groups associated with the specified load balancer.
|
UpdatePathRouteSetResponse |
updatePathRouteSet(UpdatePathRouteSetRequest request)
Overwrites an existing path route set on the specified load balancer.
|
UpdateRoutingPolicyResponse |
updateRoutingPolicy(UpdateRoutingPolicyRequest request)
Overwrites an existing routing policy on the specified load balancer.
|
UpdateRuleSetResponse |
updateRuleSet(UpdateRuleSetRequest request)
Overwrites an existing set of rules on the specified load balancer.
|
UpdateSSLCipherSuiteResponse |
updateSSLCipherSuite(UpdateSSLCipherSuiteRequest request)
Updates an existing SSL cipher suite for the specified load balancer.
|
void |
useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not.
|
close
void refreshClient()
Rebuilds the client from scratch. Useful to refresh certificates.
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
endpoint
- The endpoint of the service.String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
void setRegion(Region region)
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.
region
- The region of the service.void setRegion(String regionId)
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
.
regionId
- The public region ID.void useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not. Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”
realmSpecificEndpointTemplateEnabled
- flag to enable the use of realm specific endpoint
templateChangeLoadBalancerCompartmentResponse changeLoadBalancerCompartment(ChangeLoadBalancerCompartmentRequest request)
Moves a load balancer into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ChangeLoadBalancerCompartment API.
CreateBackendResponse createBackend(CreateBackendRequest request)
Adds a backend server to a backend set.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateBackend API.
CreateBackendSetResponse createBackendSet(CreateBackendSetRequest request)
Adds a backend set to a load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateBackendSet API.
CreateCertificateResponse createCertificate(CreateCertificateRequest request)
Creates an asynchronous request to add an SSL certificate bundle.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateCertificate API.
CreateHostnameResponse createHostname(CreateHostnameRequest request)
Adds a hostname resource to the specified load balancer. For more information, see Managing Request Routing.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateHostname API.
CreateListenerResponse createListener(CreateListenerRequest request)
Adds a listener to a load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateListener API.
CreateLoadBalancerResponse createLoadBalancer(CreateLoadBalancerRequest request)
Creates a new load balancer in the specified compartment. For general information about load balancers, see Overview of the Load Balancing Service.
For the purposes of access control, you must provide the OCID of the compartment where you want the load balancer to reside. Notice that the load balancer doesn't have to be in the same compartment as the VCN or backend set. If you're not sure which compartment to use, put the load balancer in the same compartment as the VCN. For information about access control and compartments, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
You must specify a display name for the load balancer. It does not have to be unique, and you can change it.
For information about Availability Domains, see [Regions and Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm). To get a list of Availability Domains, use the `ListAvailabilityDomains` operation in the Identity and Access Management Service API.
All Oracle Cloud Infrastructure resources, including load balancers, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response. You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the resource in the Console. Fore more information, see [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
After you send your request, the new object's state will temporarily be PROVISIONING. Before using the object, first make sure its state has changed to RUNNING.
When you create a load balancer, the system assigns an IP address. To get the IP address,
use the getLoadBalancer
operation.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateLoadBalancer API.
CreatePathRouteSetResponse createPathRouteSet(CreatePathRouteSetRequest request)
Adds a path route set to a load balancer. For more information, see Managing Request Routing.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreatePathRouteSet API.
CreateRoutingPolicyResponse createRoutingPolicy(CreateRoutingPolicyRequest request)
Adds a routing policy to a load balancer. For more information, see Managing Request Routing.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateRoutingPolicy API.
CreateRuleSetResponse createRuleSet(CreateRuleSetRequest request)
Creates a new rule set associated with the specified load balancer. For more information, see Managing Rule Sets.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateRuleSet API.
CreateSSLCipherSuiteResponse createSSLCipherSuite(CreateSSLCipherSuiteRequest request)
Creates a custom SSL cipher suite.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateSSLCipherSuite API.
DeleteBackendResponse deleteBackend(DeleteBackendRequest request)
Removes a backend server from a given load balancer and backend set.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteBackend API.
DeleteBackendSetResponse deleteBackendSet(DeleteBackendSetRequest request)
Deletes the specified backend set. Note that deleting a backend set removes its backend servers from the load balancer.
Before you can delete a backend set, you must remove it from any active listeners.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteBackendSet API.
DeleteCertificateResponse deleteCertificate(DeleteCertificateRequest request)
Deletes an SSL certificate bundle from a load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteCertificate API.
DeleteHostnameResponse deleteHostname(DeleteHostnameRequest request)
Deletes a hostname resource from the specified load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteHostname API.
DeleteListenerResponse deleteListener(DeleteListenerRequest request)
Deletes a listener from a load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteListener API.
DeleteLoadBalancerResponse deleteLoadBalancer(DeleteLoadBalancerRequest request)
Stops a load balancer and removes it from service.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteLoadBalancer API.
DeletePathRouteSetResponse deletePathRouteSet(DeletePathRouteSetRequest request)
Deletes a path route set from the specified load balancer.
To delete a path route rule from a path route set, use the updatePathRouteSet
operation.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeletePathRouteSet API.
DeleteRoutingPolicyResponse deleteRoutingPolicy(DeleteRoutingPolicyRequest request)
Deletes a routing policy from the specified load balancer.
To delete a routing rule from a routing policy, use the updateRoutingPolicy
operation.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteRoutingPolicy API.
DeleteRuleSetResponse deleteRuleSet(DeleteRuleSetRequest request)
Deletes a rule set from the specified load balancer.
To delete a rule from a rule set, use the updateRuleSet
operation.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteRuleSet API.
DeleteSSLCipherSuiteResponse deleteSSLCipherSuite(DeleteSSLCipherSuiteRequest request)
Deletes an SSL cipher suite from a load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteSSLCipherSuite API.
GetBackendResponse getBackend(GetBackendRequest request)
Gets the specified backend server’s configuration information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetBackend API.
GetBackendHealthResponse getBackendHealth(GetBackendHealthRequest request)
Gets the current health status of the specified backend server.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetBackendHealth API.
GetBackendSetResponse getBackendSet(GetBackendSetRequest request)
Gets the specified backend set’s configuration information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetBackendSet API.
GetBackendSetHealthResponse getBackendSetHealth(GetBackendSetHealthRequest request)
Gets the health status for the specified backend set.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetBackendSetHealth API.
GetHealthCheckerResponse getHealthChecker(GetHealthCheckerRequest request)
Gets the health check policy information for a given load balancer and backend set.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetHealthChecker API.
GetHostnameResponse getHostname(GetHostnameRequest request)
Gets the specified hostname resource’s configuration information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetHostname API.
GetLoadBalancerResponse getLoadBalancer(GetLoadBalancerRequest request)
Gets the specified load balancer’s configuration information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetLoadBalancer API.
GetLoadBalancerHealthResponse getLoadBalancerHealth(GetLoadBalancerHealthRequest request)
Gets the health status for the specified load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetLoadBalancerHealth API.
GetPathRouteSetResponse getPathRouteSet(GetPathRouteSetRequest request)
Gets the specified path route set’s configuration information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetPathRouteSet API.
GetRoutingPolicyResponse getRoutingPolicy(GetRoutingPolicyRequest request)
Gets the specified routing policy.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetRoutingPolicy API.
GetRuleSetResponse getRuleSet(GetRuleSetRequest request)
Gets the specified set of rules.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetRuleSet API.
GetSSLCipherSuiteResponse getSSLCipherSuite(GetSSLCipherSuiteRequest request)
Gets the specified SSL cipher suite’s configuration information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetSSLCipherSuite API.
GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
Gets the details of a work request.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetWorkRequest API.
ListBackendSetsResponse listBackendSets(ListBackendSetsRequest request)
Lists all backend sets associated with a given load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListBackendSets API.
ListBackendsResponse listBackends(ListBackendsRequest request)
Lists the backend servers for a given load balancer and backend set.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListBackends API.
ListCertificatesResponse listCertificates(ListCertificatesRequest request)
Lists all SSL certificates bundles associated with a given load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListCertificates API.
ListHostnamesResponse listHostnames(ListHostnamesRequest request)
Lists all hostname resources associated with the specified load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListHostnames API.
ListListenerRulesResponse listListenerRules(ListListenerRulesRequest request)
Lists all of the rules from all of the rule sets associated with the specified listener. The response organizes the rules in the following order:
Access control rules * Allow method rules * Request header rules * Response header rules
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListListenerRules API.
ListLoadBalancerHealthsResponse listLoadBalancerHealths(ListLoadBalancerHealthsRequest request)
Lists the summary health statuses for all load balancers in the specified compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListLoadBalancerHealths API.
ListLoadBalancersResponse listLoadBalancers(ListLoadBalancersRequest request)
Lists all load balancers in the specified compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListLoadBalancers API.
ListPathRouteSetsResponse listPathRouteSets(ListPathRouteSetsRequest request)
Lists all path route sets associated with the specified load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListPathRouteSets API.
ListPoliciesResponse listPolicies(ListPoliciesRequest request)
Lists the available load balancer policies.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListPolicies API.
ListProtocolsResponse listProtocols(ListProtocolsRequest request)
Lists all supported traffic protocols.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListProtocols API.
ListRoutingPoliciesResponse listRoutingPolicies(ListRoutingPoliciesRequest request)
Lists all routing policies associated with the specified load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListRoutingPolicies API.
ListRuleSetsResponse listRuleSets(ListRuleSetsRequest request)
Lists all rule sets associated with the specified load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListRuleSets API.
ListSSLCipherSuitesResponse listSSLCipherSuites(ListSSLCipherSuitesRequest request)
Lists all SSL cipher suites associated with the specified load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListSSLCipherSuites API.
ListShapesResponse listShapes(ListShapesRequest request)
Lists the valid load balancer shapes.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListShapes API.
ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests for a given load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListWorkRequests API.
UpdateBackendResponse updateBackend(UpdateBackendRequest request)
Updates the configuration of a backend server within the specified backend set.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateBackend API.
UpdateBackendSetResponse updateBackendSet(UpdateBackendSetRequest request)
Updates a backend set.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateBackendSet API.
UpdateHealthCheckerResponse updateHealthChecker(UpdateHealthCheckerRequest request)
Updates the health check policy for a given load balancer and backend set.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateHealthChecker API.
UpdateHostnameResponse updateHostname(UpdateHostnameRequest request)
Overwrites an existing hostname resource on the specified load balancer. Use this operation to change a virtual hostname.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateHostname API.
UpdateListenerResponse updateListener(UpdateListenerRequest request)
Updates a listener for a given load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateListener API.
UpdateLoadBalancerResponse updateLoadBalancer(UpdateLoadBalancerRequest request)
Updates a load balancer’s configuration.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateLoadBalancer API.
UpdateLoadBalancerShapeResponse updateLoadBalancerShape(UpdateLoadBalancerShapeRequest request)
Update the shape of a load balancer. The new shape can be larger or smaller compared to existing shape of the LB. The service will try to perform this operation in the least disruptive way to existing connections, but there is a possibility that they might be lost during the LB resizing process. The new shape becomes effective as soon as the related work request completes successfully, i.e. when reshaping to a larger shape, the LB will start accepting larger bandwidth and when reshaping to a smaller one, the LB will be accepting smaller bandwidth.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateLoadBalancerShape API.
UpdateNetworkSecurityGroupsResponse updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request)
Updates the network security groups associated with the specified load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateNetworkSecurityGroups API.
UpdatePathRouteSetResponse updatePathRouteSet(UpdatePathRouteSetRequest request)
Overwrites an existing path route set on the specified load balancer. Use this operation to add, delete, or alter path route rules in a path route set.
To add a new path route rule to a path route set, the `pathRoutes` in the updatePathRouteSetDetails
object must include both the new path route rule to add and the existing path route rules to
retain.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdatePathRouteSet API.
UpdateRoutingPolicyResponse updateRoutingPolicy(UpdateRoutingPolicyRequest request)
Overwrites an existing routing policy on the specified load balancer. Use this operation to add, delete, or alter routing policy rules in a routing policy.
To add a new routing rule to a routing policy, the body must include both the new routing rule to add and the existing rules to retain.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateRoutingPolicy API.
UpdateRuleSetResponse updateRuleSet(UpdateRuleSetRequest request)
Overwrites an existing set of rules on the specified load balancer. Use this operation to add or alter the rules in a rule set.
To add a new rule to a set, the body must include both the new rule to add and the existing rules to retain.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateRuleSet API.
UpdateSSLCipherSuiteResponse updateSSLCipherSuite(UpdateSSLCipherSuiteRequest request)
Updates an existing SSL cipher suite for the specified load balancer.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateSSLCipherSuite API.
LoadBalancerWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.
LoadBalancerPaginators getPaginators()
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.
Copyright © 2016–2024. All rights reserved.