Uses of Class
software.amazon.awssdk.services.transfer.model.IdentityProviderType
-
Packages that use IdentityProviderType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of IdentityProviderType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return IdentityProviderType Modifier and Type Method Description static IdentityProviderTypeIdentityProviderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IdentityProviderTypeCreateServerRequest. identityProviderType()The mode of authentication for a server.IdentityProviderTypeDescribedServer. identityProviderType()The mode of authentication for a server.IdentityProviderTypeListedServer. identityProviderType()The mode of authentication for a server.static IdentityProviderTypeIdentityProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityProviderType[]IdentityProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type IdentityProviderType Modifier and Type Method Description static Set<IdentityProviderType>IdentityProviderType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type IdentityProviderType Modifier and Type Method Description CreateServerRequest.BuilderCreateServerRequest.Builder. identityProviderType(IdentityProviderType identityProviderType)The mode of authentication for a server.DescribedServer.BuilderDescribedServer.Builder. identityProviderType(IdentityProviderType identityProviderType)The mode of authentication for a server.ListedServer.BuilderListedServer.Builder. identityProviderType(IdentityProviderType identityProviderType)The mode of authentication for a server.
-