Uses of Class
software.amazon.awssdk.services.auditmanager.model.DeleteResources
-
Packages that use DeleteResources Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of DeleteResources in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return DeleteResources Modifier and Type Method Description DeleteResourcesDeregistrationPolicy. deleteResources()Specifies which Audit Manager data will be deleted when you deregister Audit Manager.static DeleteResourcesDeleteResources. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeleteResourcesDeleteResources. valueOf(String name)Returns the enum constant of this type with the specified name.static DeleteResources[]DeleteResources. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type DeleteResources Modifier and Type Method Description static Set<DeleteResources>DeleteResources. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type DeleteResources Modifier and Type Method Description DeregistrationPolicy.BuilderDeregistrationPolicy.Builder. deleteResources(DeleteResources deleteResources)Specifies which Audit Manager data will be deleted when you deregister Audit Manager.
-