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 ListSecurityFeaturesResponseDataSafe. 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)ListSecurityFeaturesResponseDataSafeClient. listSecurityFeatures(ListSecurityFeaturesRequest request)Iterable<SecurityFeatureSummary>DataSafePaginators. listSecurityFeaturesRecordIterator(ListSecurityFeaturesRequest request)Creates a new iterable which will iterate over theSecurityFeatureSummaryobjects 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 ListSecurityFeaturesRequestListSecurityFeaturesRequest.Builder. build()Build the instance of ListSecurityFeaturesRequest as configured by this builderListSecurityFeaturesRequestListSecurityFeaturesRequest.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.BuilderListSecurityFeaturesRequest.Builder. copy(ListSecurityFeaturesRequest o)Copy method to populate the builder with values from the given instance.
-