Uses of Class
software.amazon.awssdk.services.workspaces.model.DeletableSamlProperty
-
Packages that use DeletableSamlProperty Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of DeletableSamlProperty in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return DeletableSamlProperty Modifier and Type Method Description static DeletableSamlPropertyDeletableSamlProperty. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeletableSamlPropertyDeletableSamlProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static DeletableSamlProperty[]DeletableSamlProperty. 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 DeletableSamlProperty Modifier and Type Method Description static Set<DeletableSamlProperty>DeletableSamlProperty. knownValues()List<DeletableSamlProperty>ModifySamlPropertiesRequest. propertiesToDelete()The SAML properties to delete as part of your request.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type DeletableSamlProperty Modifier and Type Method Description ModifySamlPropertiesRequest.BuilderModifySamlPropertiesRequest.Builder. propertiesToDelete(DeletableSamlProperty... propertiesToDelete)The SAML properties to delete as part of your request.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type DeletableSamlProperty Modifier and Type Method Description ModifySamlPropertiesRequest.BuilderModifySamlPropertiesRequest.Builder. propertiesToDelete(Collection<DeletableSamlProperty> propertiesToDelete)The SAML properties to delete as part of your request.
-