Uses of Class
com.oracle.bmc.networkloadbalancer.requests.CreateBackendRequest
-
Packages that use CreateBackendRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of CreateBackendRequest in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type CreateBackendRequest Modifier and Type Method Description CreateBackendResponse
NetworkLoadBalancer. createBackend(CreateBackendRequest request)
Adds a backend server to a backend set.Future<CreateBackendResponse>
NetworkLoadBalancerAsync. createBackend(CreateBackendRequest request, AsyncHandler<CreateBackendRequest,CreateBackendResponse> handler)
Adds a backend server to a backend set.Future<CreateBackendResponse>
NetworkLoadBalancerAsyncClient. createBackend(CreateBackendRequest request, AsyncHandler<CreateBackendRequest,CreateBackendResponse> handler)
CreateBackendResponse
NetworkLoadBalancerClient. createBackend(CreateBackendRequest request)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type CreateBackendRequest Modifier and Type Method Description Future<CreateBackendResponse>
NetworkLoadBalancerAsync. createBackend(CreateBackendRequest request, AsyncHandler<CreateBackendRequest,CreateBackendResponse> handler)
Adds a backend server to a backend set.Future<CreateBackendResponse>
NetworkLoadBalancerAsyncClient. createBackend(CreateBackendRequest request, AsyncHandler<CreateBackendRequest,CreateBackendResponse> handler)
-
Uses of CreateBackendRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.requests that return CreateBackendRequest Modifier and Type Method Description CreateBackendRequest
CreateBackendRequest.Builder. build()
Build the instance of CreateBackendRequest as configured by this builderCreateBackendRequest
CreateBackendRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateBackendRequest as configured by this builderMethods in com.oracle.bmc.networkloadbalancer.requests with parameters of type CreateBackendRequest Modifier and Type Method Description CreateBackendRequest.Builder
CreateBackendRequest.Builder. copy(CreateBackendRequest o)
Copy method to populate the builder with values from the given instance.
-