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