Uses of Class
com.oracle.bmc.datasafe.responses.ListPasswordExpiryDateAnalyticsResponse
-
Packages that use ListPasswordExpiryDateAnalyticsResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ListPasswordExpiryDateAnalyticsResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ListPasswordExpiryDateAnalyticsResponse Modifier and Type Method Description ListPasswordExpiryDateAnalyticsResponse
DataSafe. listPasswordExpiryDateAnalytics(ListPasswordExpiryDateAnalyticsRequest request)
Gets a list of count of the users with password expiry dates in next 30 days, between next 30-90 days, and beyond 90 days based on specified user assessment.ListPasswordExpiryDateAnalyticsResponse
DataSafeClient. listPasswordExpiryDateAnalytics(ListPasswordExpiryDateAnalyticsRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ListPasswordExpiryDateAnalyticsResponse Modifier and Type Method Description Future<ListPasswordExpiryDateAnalyticsResponse>
DataSafeAsync. listPasswordExpiryDateAnalytics(ListPasswordExpiryDateAnalyticsRequest request, AsyncHandler<ListPasswordExpiryDateAnalyticsRequest,ListPasswordExpiryDateAnalyticsResponse> handler)
Gets a list of count of the users with password expiry dates in next 30 days, between next 30-90 days, and beyond 90 days based on specified user assessment.Future<ListPasswordExpiryDateAnalyticsResponse>
DataSafeAsyncClient. listPasswordExpiryDateAnalytics(ListPasswordExpiryDateAnalyticsRequest request, AsyncHandler<ListPasswordExpiryDateAnalyticsRequest,ListPasswordExpiryDateAnalyticsResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ListPasswordExpiryDateAnalyticsResponse Modifier and Type Method Description Future<ListPasswordExpiryDateAnalyticsResponse>
DataSafeAsync. listPasswordExpiryDateAnalytics(ListPasswordExpiryDateAnalyticsRequest request, AsyncHandler<ListPasswordExpiryDateAnalyticsRequest,ListPasswordExpiryDateAnalyticsResponse> handler)
Gets a list of count of the users with password expiry dates in next 30 days, between next 30-90 days, and beyond 90 days based on specified user assessment.Future<ListPasswordExpiryDateAnalyticsResponse>
DataSafeAsyncClient. listPasswordExpiryDateAnalytics(ListPasswordExpiryDateAnalyticsRequest request, AsyncHandler<ListPasswordExpiryDateAnalyticsRequest,ListPasswordExpiryDateAnalyticsResponse> handler)
-
Uses of ListPasswordExpiryDateAnalyticsResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ListPasswordExpiryDateAnalyticsResponse Modifier and Type Method Description ListPasswordExpiryDateAnalyticsResponse
ListPasswordExpiryDateAnalyticsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ListPasswordExpiryDateAnalyticsResponse Modifier and Type Method Description ListPasswordExpiryDateAnalyticsResponse.Builder
ListPasswordExpiryDateAnalyticsResponse.Builder. copy(ListPasswordExpiryDateAnalyticsResponse o)
Copy method to populate the builder with values from the given instance.
-