Uses of Class
software.amazon.awssdk.services.invoicing.model.InvoiceProfile
-
Packages that use InvoiceProfile Package Description software.amazon.awssdk.services.invoicing.model -
-
Uses of InvoiceProfile in software.amazon.awssdk.services.invoicing.model
Methods in software.amazon.awssdk.services.invoicing.model that return types with arguments of type InvoiceProfile Modifier and Type Method Description List<InvoiceProfile>BatchGetInvoiceProfileResponse. profiles()A list of invoice profiles corresponding to the requested accounts.Methods in software.amazon.awssdk.services.invoicing.model with parameters of type InvoiceProfile Modifier and Type Method Description BatchGetInvoiceProfileResponse.BuilderBatchGetInvoiceProfileResponse.Builder. profiles(InvoiceProfile... profiles)A list of invoice profiles corresponding to the requested accounts.Method parameters in software.amazon.awssdk.services.invoicing.model with type arguments of type InvoiceProfile Modifier and Type Method Description BatchGetInvoiceProfileResponse.BuilderBatchGetInvoiceProfileResponse.Builder. profiles(Collection<InvoiceProfile> profiles)A list of invoice profiles corresponding to the requested accounts.
-