Uses of Class
com.oracle.bmc.loadbalancer.requests.ListCertificatesRequest
-
Packages that use ListCertificatesRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of ListCertificatesRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type ListCertificatesRequest Modifier and Type Method Description ListCertificatesResponse
LoadBalancer. listCertificates(ListCertificatesRequest request)
Lists all SSL certificates bundles associated with a given load balancer.Future<ListCertificatesResponse>
LoadBalancerAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Lists all SSL certificates bundles associated with a given load balancer.Future<ListCertificatesResponse>
LoadBalancerAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
ListCertificatesResponse
LoadBalancerClient. listCertificates(ListCertificatesRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type ListCertificatesRequest Modifier and Type Method Description Future<ListCertificatesResponse>
LoadBalancerAsync. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
Lists all SSL certificates bundles associated with a given load balancer.Future<ListCertificatesResponse>
LoadBalancerAsyncClient. listCertificates(ListCertificatesRequest request, AsyncHandler<ListCertificatesRequest,ListCertificatesResponse> handler)
-
Uses of ListCertificatesRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return ListCertificatesRequest Modifier and Type Method Description ListCertificatesRequest
ListCertificatesRequest.Builder. build()
Build the instance of ListCertificatesRequest as configured by this builderListCertificatesRequest
ListCertificatesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCertificatesRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type ListCertificatesRequest Modifier and Type Method Description ListCertificatesRequest.Builder
ListCertificatesRequest.Builder. copy(ListCertificatesRequest o)
Copy method to populate the builder with values from the given instance.
-