Uses of Class
software.amazon.awssdk.services.customerprofiles.model.S3ConnectorOperator
-
Packages that use S3ConnectorOperator Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of S3ConnectorOperator in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return S3ConnectorOperator Modifier and Type Method Description static S3ConnectorOperatorS3ConnectorOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3ConnectorOperatorConnectorOperator. s3()The operation to be performed on the provided Amazon S3 source fields.static S3ConnectorOperatorS3ConnectorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static S3ConnectorOperator[]S3ConnectorOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type S3ConnectorOperator Modifier and Type Method Description static Set<S3ConnectorOperator>S3ConnectorOperator. knownValues()Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type S3ConnectorOperator Modifier and Type Method Description ConnectorOperator.BuilderConnectorOperator.Builder. s3(S3ConnectorOperator s3)The operation to be performed on the provided Amazon S3 source fields.
-