Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.ExecutionReference
-
Packages that use ExecutionReference Package Description software.amazon.awssdk.services.bcmdataexports.model software.amazon.awssdk.services.bcmdataexports.paginators -
-
Uses of ExecutionReference in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ExecutionReference Modifier and Type Method Description List<ExecutionReference>ListExecutionsResponse. executions()The list of executions.Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type ExecutionReference Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. executions(ExecutionReference... executions)The list of executions.Method parameters in software.amazon.awssdk.services.bcmdataexports.model with type arguments of type ExecutionReference Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. executions(Collection<ExecutionReference> executions)The list of executions. -
Uses of ExecutionReference in software.amazon.awssdk.services.bcmdataexports.paginators
Methods in software.amazon.awssdk.services.bcmdataexports.paginators that return types with arguments of type ExecutionReference Modifier and Type Method Description SdkIterable<ExecutionReference>ListExecutionsIterable. executions()Returns an iterable to iterate through the paginatedListExecutionsResponse.executions()member.SdkPublisher<ExecutionReference>ListExecutionsPublisher. executions()Returns a publisher that can be used to get a stream of data.
-