Uses of Class
com.oracle.bmc.loadbalancer.responses.ListCertificatesResponse
-
Packages that use ListCertificatesResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of ListCertificatesResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponseLoadBalancer. listCertificates(ListCertificatesRequest request)Lists all SSL certificates bundles associated with a given load balancer.ListCertificatesResponseLoadBalancerClient. listCertificates(ListCertificatesRequest request)Methods in com.oracle.bmc.loadbalancer that return types with arguments of type ListCertificatesResponse 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)Method parameters in com.oracle.bmc.loadbalancer with type arguments of type ListCertificatesResponse 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 ListCertificatesResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponseListCertificatesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type ListCertificatesResponse Modifier and Type Method Description ListCertificatesResponse.BuilderListCertificatesResponse.Builder. copy(ListCertificatesResponse o)Copy method to populate the builder with values from the given instance.
-