Uses of Class
com.oracle.bmc.datasafe.responses.ListDataSafePrivateEndpointsResponse
-
Packages that use ListDataSafePrivateEndpointsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListDataSafePrivateEndpointsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListDataSafePrivateEndpointsResponse Modifier and Type Method Description ListDataSafePrivateEndpointsResponseDataSafe. listDataSafePrivateEndpoints(ListDataSafePrivateEndpointsRequest request)Gets a list of Data Safe private endpoints.ListDataSafePrivateEndpointsResponseDataSafeClient. listDataSafePrivateEndpoints(ListDataSafePrivateEndpointsRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListDataSafePrivateEndpointsResponse Modifier and Type Method Description Future<ListDataSafePrivateEndpointsResponse>DataSafeAsync. listDataSafePrivateEndpoints(ListDataSafePrivateEndpointsRequest request, AsyncHandler<ListDataSafePrivateEndpointsRequest,ListDataSafePrivateEndpointsResponse> handler)Gets a list of Data Safe private endpoints.Future<ListDataSafePrivateEndpointsResponse>DataSafeAsyncClient. listDataSafePrivateEndpoints(ListDataSafePrivateEndpointsRequest request, AsyncHandler<ListDataSafePrivateEndpointsRequest,ListDataSafePrivateEndpointsResponse> handler)Iterable<ListDataSafePrivateEndpointsResponse>DataSafePaginators. listDataSafePrivateEndpointsResponseIterator(ListDataSafePrivateEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listDataSafePrivateEndpoints operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListDataSafePrivateEndpointsResponse Modifier and Type Method Description Future<ListDataSafePrivateEndpointsResponse>DataSafeAsync. listDataSafePrivateEndpoints(ListDataSafePrivateEndpointsRequest request, AsyncHandler<ListDataSafePrivateEndpointsRequest,ListDataSafePrivateEndpointsResponse> handler)Gets a list of Data Safe private endpoints.Future<ListDataSafePrivateEndpointsResponse>DataSafeAsyncClient. listDataSafePrivateEndpoints(ListDataSafePrivateEndpointsRequest request, AsyncHandler<ListDataSafePrivateEndpointsRequest,ListDataSafePrivateEndpointsResponse> handler) -
Uses of ListDataSafePrivateEndpointsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListDataSafePrivateEndpointsResponse Modifier and Type Method Description ListDataSafePrivateEndpointsResponseListDataSafePrivateEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListDataSafePrivateEndpointsResponse Modifier and Type Method Description ListDataSafePrivateEndpointsResponse.BuilderListDataSafePrivateEndpointsResponse.Builder. copy(ListDataSafePrivateEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-