Uses of Class
com.amazonaws.services.s3.model.RequestPaymentConfiguration.Payer
-
Packages that use RequestPaymentConfiguration.Payer Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of RequestPaymentConfiguration.Payer in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return RequestPaymentConfiguration.Payer Modifier and Type Method Description RequestPaymentConfiguration.Payer
RequestPaymentConfiguration. getPayer()
static RequestPaymentConfiguration.Payer
RequestPaymentConfiguration.Payer. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestPaymentConfiguration.Payer[]
RequestPaymentConfiguration.Payer. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.s3.model with parameters of type RequestPaymentConfiguration.Payer Modifier and Type Method Description void
RequestPaymentConfiguration. setPayer(RequestPaymentConfiguration.Payer payer)
Constructors in com.amazonaws.services.s3.model with parameters of type RequestPaymentConfiguration.Payer Constructor Description RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer)
-