Uses of Class
software.amazon.awssdk.services.workspaces.model.DeletableCertificateBasedAuthProperty
-
Packages that use DeletableCertificateBasedAuthProperty Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of DeletableCertificateBasedAuthProperty in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return DeletableCertificateBasedAuthProperty Modifier and Type Method Description static DeletableCertificateBasedAuthPropertyDeletableCertificateBasedAuthProperty. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeletableCertificateBasedAuthPropertyDeletableCertificateBasedAuthProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static DeletableCertificateBasedAuthProperty[]DeletableCertificateBasedAuthProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type DeletableCertificateBasedAuthProperty Modifier and Type Method Description static Set<DeletableCertificateBasedAuthProperty>DeletableCertificateBasedAuthProperty. knownValues()List<DeletableCertificateBasedAuthProperty>ModifyCertificateBasedAuthPropertiesRequest. propertiesToDelete()The properties of the certificate-based authentication you want to delete.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type DeletableCertificateBasedAuthProperty Modifier and Type Method Description ModifyCertificateBasedAuthPropertiesRequest.BuilderModifyCertificateBasedAuthPropertiesRequest.Builder. propertiesToDelete(DeletableCertificateBasedAuthProperty... propertiesToDelete)The properties of the certificate-based authentication you want to delete.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type DeletableCertificateBasedAuthProperty Modifier and Type Method Description ModifyCertificateBasedAuthPropertiesRequest.BuilderModifyCertificateBasedAuthPropertiesRequest.Builder. propertiesToDelete(Collection<DeletableCertificateBasedAuthProperty> propertiesToDelete)The properties of the certificate-based authentication you want to delete.
-