Uses of Class
com.oracle.bmc.keymanagement.responses.ListEkmsPrivateEndpointsResponse
-
Packages that use ListEkmsPrivateEndpointsResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of ListEkmsPrivateEndpointsResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return ListEkmsPrivateEndpointsResponse Modifier and Type Method Description ListEkmsPrivateEndpointsResponseEkm. listEkmsPrivateEndpoints(ListEkmsPrivateEndpointsRequest request)Returns a list of all the EKMS private endpoints in the specified compartment.ListEkmsPrivateEndpointsResponseEkmClient. listEkmsPrivateEndpoints(ListEkmsPrivateEndpointsRequest request)Methods in com.oracle.bmc.keymanagement that return types with arguments of type ListEkmsPrivateEndpointsResponse Modifier and Type Method Description Future<ListEkmsPrivateEndpointsResponse>EkmAsync. listEkmsPrivateEndpoints(ListEkmsPrivateEndpointsRequest request, AsyncHandler<ListEkmsPrivateEndpointsRequest,ListEkmsPrivateEndpointsResponse> handler)Returns a list of all the EKMS private endpoints in the specified compartment.Future<ListEkmsPrivateEndpointsResponse>EkmAsyncClient. listEkmsPrivateEndpoints(ListEkmsPrivateEndpointsRequest request, AsyncHandler<ListEkmsPrivateEndpointsRequest,ListEkmsPrivateEndpointsResponse> handler)Iterable<ListEkmsPrivateEndpointsResponse>EkmPaginators. listEkmsPrivateEndpointsResponseIterator(ListEkmsPrivateEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listEkmsPrivateEndpoints operation.Method parameters in com.oracle.bmc.keymanagement with type arguments of type ListEkmsPrivateEndpointsResponse Modifier and Type Method Description Future<ListEkmsPrivateEndpointsResponse>EkmAsync. listEkmsPrivateEndpoints(ListEkmsPrivateEndpointsRequest request, AsyncHandler<ListEkmsPrivateEndpointsRequest,ListEkmsPrivateEndpointsResponse> handler)Returns a list of all the EKMS private endpoints in the specified compartment.Future<ListEkmsPrivateEndpointsResponse>EkmAsyncClient. listEkmsPrivateEndpoints(ListEkmsPrivateEndpointsRequest request, AsyncHandler<ListEkmsPrivateEndpointsRequest,ListEkmsPrivateEndpointsResponse> handler) -
Uses of ListEkmsPrivateEndpointsResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return ListEkmsPrivateEndpointsResponse Modifier and Type Method Description ListEkmsPrivateEndpointsResponseListEkmsPrivateEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type ListEkmsPrivateEndpointsResponse Modifier and Type Method Description ListEkmsPrivateEndpointsResponse.BuilderListEkmsPrivateEndpointsResponse.Builder. copy(ListEkmsPrivateEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-