Uses of Class
com.oracle.bmc.datasafe.requests.ListSecurityFeaturesRequest
-
Packages that use ListSecurityFeaturesRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListSecurityFeaturesRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListSecurityFeaturesRequest Modifier and Type Method Description ListSecurityFeaturesResponse
DataSafe. listSecurityFeatures(ListSecurityFeaturesRequest request)
Lists the usage of Database security features for a given compartment or a target level, based on the filters provided.Future<ListSecurityFeaturesResponse>
DataSafeAsync. listSecurityFeatures(ListSecurityFeaturesRequest request, AsyncHandler<ListSecurityFeaturesRequest,ListSecurityFeaturesResponse> handler)
Lists the usage of Database security features for a given compartment or a target level, based on the filters provided.Future<ListSecurityFeaturesResponse>
DataSafeAsyncClient. listSecurityFeatures(ListSecurityFeaturesRequest request, AsyncHandler<ListSecurityFeaturesRequest,ListSecurityFeaturesResponse> handler)
ListSecurityFeaturesResponse
DataSafeClient. listSecurityFeatures(ListSecurityFeaturesRequest request)
Iterable<SecurityFeatureSummary>
DataSafePaginators. listSecurityFeaturesRecordIterator(ListSecurityFeaturesRequest request)
Creates a new iterable which will iterate over theSecurityFeatureSummary
objects contained in responses from the listSecurityFeatures operation.Iterable<ListSecurityFeaturesResponse>
DataSafePaginators. listSecurityFeaturesResponseIterator(ListSecurityFeaturesRequest request)
Creates a new iterable which will iterate over the responses received from the listSecurityFeatures operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListSecurityFeaturesRequest Modifier and Type Method Description Future<ListSecurityFeaturesResponse>
DataSafeAsync. listSecurityFeatures(ListSecurityFeaturesRequest request, AsyncHandler<ListSecurityFeaturesRequest,ListSecurityFeaturesResponse> handler)
Lists the usage of Database security features for a given compartment or a target level, based on the filters provided.Future<ListSecurityFeaturesResponse>
DataSafeAsyncClient. listSecurityFeatures(ListSecurityFeaturesRequest request, AsyncHandler<ListSecurityFeaturesRequest,ListSecurityFeaturesResponse> handler)
-
Uses of ListSecurityFeaturesRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListSecurityFeaturesRequest Modifier and Type Method Description ListSecurityFeaturesRequest
ListSecurityFeaturesRequest.Builder. build()
Build the instance of ListSecurityFeaturesRequest as configured by this builderListSecurityFeaturesRequest
ListSecurityFeaturesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListSecurityFeaturesRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ListSecurityFeaturesRequest Modifier and Type Method Description ListSecurityFeaturesRequest.Builder
ListSecurityFeaturesRequest.Builder. copy(ListSecurityFeaturesRequest o)
Copy method to populate the builder with values from the given instance.
-