Uses of Class
com.oracle.bmc.datasafe.requests.ListSecurityAssessmentsRequest.Type
-
Packages that use ListSecurityAssessmentsRequest.Type Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListSecurityAssessmentsRequest.Type in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListSecurityAssessmentsRequest.Type Modifier and Type Method Description static ListSecurityAssessmentsRequest.TypeListSecurityAssessmentsRequest.Type. create(String key)ListSecurityAssessmentsRequest.TypeListSecurityAssessmentsRequest. getType()A filter to return only items that match the specified security assessment type.static ListSecurityAssessmentsRequest.TypeListSecurityAssessmentsRequest.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ListSecurityAssessmentsRequest.Type[]ListSecurityAssessmentsRequest.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListSecurityAssessmentsRequest.Type Modifier and Type Method Description ListSecurityAssessmentsRequest.BuilderListSecurityAssessmentsRequest.Builder. type(ListSecurityAssessmentsRequest.Type type)A filter to return only items that match the specified security assessment type.
-