Uses of Class
com.vidispine.generated.S3CredentialType
-
-
Uses of S3CredentialType in com.vidispine.generated
Fields in com.vidispine.generated declared as S3CredentialType Modifier and Type Field Description protected S3CredentialType
VXAType. s3CredentialType
Methods in com.vidispine.generated that return S3CredentialType Modifier and Type Method Description static S3CredentialType
S3CredentialType. fromValue(String v)
S3CredentialType
VXAType. getS3CredentialType()
Gets the value of the s3CredentialType property.static S3CredentialType
S3CredentialType. valueOf(String name)
Returns the enum constant of this type with the specified name.static S3CredentialType[]
S3CredentialType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated with parameters of type S3CredentialType Modifier and Type Method Description void
VXAType. setS3CredentialType(S3CredentialType value)
Sets the value of the s3CredentialType property.VXAType
VXAType. withS3CredentialType(S3CredentialType value)
-