Uses of Class
com.oracle.bmc.datasafe.responses.ListSecurityFeaturesResponse
-
Packages that use ListSecurityFeaturesResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListSecurityFeaturesResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListSecurityFeaturesResponse 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.ListSecurityFeaturesResponseDataSafeClient. listSecurityFeatures(ListSecurityFeaturesRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type ListSecurityFeaturesResponse 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)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 ListSecurityFeaturesResponse 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 ListSecurityFeaturesResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListSecurityFeaturesResponse Modifier and Type Method Description ListSecurityFeaturesResponseListSecurityFeaturesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListSecurityFeaturesResponse Modifier and Type Method Description ListSecurityFeaturesResponse.BuilderListSecurityFeaturesResponse.Builder. copy(ListSecurityFeaturesResponse o)Copy method to populate the builder with values from the given instance.
-