Uses of Enum Class
com.vidispine.generated.S3CredentialType
-
Uses of S3CredentialType in com.vidispine.generated
Fields in com.vidispine.generated declared as S3CredentialTypeMethods in com.vidispine.generated that return S3CredentialTypeModifier and TypeMethodDescriptionstatic S3CredentialType
Gets the enum associated to the value passed as parameter.VXAType.getS3CredentialType()
Gets the value of the s3CredentialType property.static S3CredentialType
Returns the enum constant of this class with the specified name.static S3CredentialType[]
S3CredentialType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated with parameters of type S3CredentialTypeModifier and TypeMethodDescriptionvoid
VXAType.setS3CredentialType
(S3CredentialType value) Sets the value of the s3CredentialType property.VXAType.withS3CredentialType
(S3CredentialType value) Sets the value of the s3CredentialType property.